An NDoc Documented Class Library

Utils.FloatToStr Method 

Returns the binomialcoefficient, with N over K. z.b.: N_over_K(6, 2) is 15;

public static string FloatToStr(
   double d
);

Parameters

d

Return Value

the binomialcoefficient N over K

See Also

Utils Class | Minais.Drawing3d.Math Namespace