Click or drag to resize
mathmantissa Method (Double)
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 long mantissa(
	double number
)

Parameters

number
Type: SystemDouble
A floating-point number.

Return Value

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