Click or drag to resize
mathmantissa Method (Single)
Gets the mantissa bits of the specified floating-point number without the implicit leading 1 bit.

Namespace:  C
Assembly:  C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int mantissa(
	float number
)

Parameters

number
Type: SystemSingle
A floating-point number.

Return Value

Type: Int32
The mantissa bits of the specified floating-point number without the implicit leading 1 bit.
Remarks