EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.IntPart64 Method (Decimal)

Returns the Integral portion of the value supplied.

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

Parameters

x
Number to be processed.

Return Value

Integral portion of the value supplied

See Also

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