EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.IntPart Method (Double)

Returns the Integral portion of the value supplied.

[Visual Basic]
Overloads Public Shared Function IntPart( _
   ByVal x As Double _
) As Integer
[C#]
public static int IntPart(
   double x
);

Parameters

x
Number to be processed.

Return Value

Integral portion of the value supplied

See Also

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