EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.Floor64 Method (Decimal)

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

[Visual Basic]
Overloads Public Shared Function Floor64( _
   ByVal x As Decimal _
) As Long
[C#]
public static long Floor64(
   decimal x
);

Parameters

x
Value to be processed

Return Value

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

See Also

IntOps Class | Esb.Math Namespace | IntOps.Floor64 Overload List