Returns the Fractional portion of the value supplied.
Methods for decimal and double parameters included.
Returns the Fractional portion of the value supplied.
public static decimal FractionPart(decimal);
Returns the Fractional portion of the value supplied.
public static decimal FractionPart(double);
DecimalOps Class | Esb.Math Namespace