Click or drag to resize
DigitalRuneMathHelperFrac Method (Double)
Calculates the fractional part of a specified double-precision floating-point number.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static double Frac(
	double d
)

Parameters

d
Type: SystemDouble
The number.

Return Value

Type: Double
The fractional part of d.
See Also