EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.FractionPart Method (Double)

Returns the Fractional portion of the value supplied.

[Visual Basic]
Overloads Public Shared Function FractionPart( _
   ByVal x As Double _
) As Decimal
[C#]
public static decimal FractionPart(
   double x
);

Parameters

x
Number to be processed.

Return Value

Fractional portion of the value supplied

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.FractionPart Overload List