Cluster computing
Tuesday, December 9, 2014
#codingexercise
Decimal GetDistinctRangeMean(Decimal [] A)
{
if (A == null) return 0;
Return A.DistinctRangeMean ();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment