Summary
public static float Min(float value1, float value2)
Returns the lesser of two values.
Returns
Parameters
Summary
public static double Min(double value1, double value2)
Returns the lesser of two values.
Returns
Parameters
Summary
public static float Min(float a, float b, float c)
Returns
Parameters
Summary
public static double Min(double a, double b, double c)