Returns the Integer Value that is greater than or equal to the specified number.
Methods for decimal and double parameters included.
Returns the Integer Value that is greater than or equal to the specified number.
public static long Ceiling64(decimal);
Returns the Integer Value that is greater than or equal to the specified number.
public static long Ceiling64(double);
IntOps Class | Esb.Math Namespace