Click or drag to resize
DigitalRuneMathHelperFrac Method (Single)
Calculates the fractional part of a specified single-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 float Frac(
	float f
)

Parameters

f
Type: SystemSingle
The number.

Return Value

Type: Single
The fractional part of f.
See Also