Returns the Integral portion of the value supplied.
Methods for decimal and double parameters included.
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);
IntOps Class | Esb.Math Namespace