EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.IntPart Method

Returns the Integral portion of the value supplied.

Methods for decimal and double parameters included.

Overload List

Returns the Integral portion of the value supplied.

public static int IntPart(decimal);

Returns the Integral portion of the value supplied.

public static int IntPart(double);

See Also

IntOps Class | Esb.Math Namespace