EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.Floor Method

Returns the Integer Value that is less than or equal to the specified number.

Methods for decimal and double parameters included.

Overload List

Returns the Integer Value that is less than or equal to the specified number.For "larger" values Floor64

public static int Floor(decimal);

Returns the Integer Value that is less than or equal to the specified number.For "larger" values Floor64

public static int Floor(double);

See Also

IntOps Class | Esb.Math Namespace