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)
Syntaxpublic static long mantissa(
double number
)
Public Shared Function mantissa (
number As Double
) As Long
public:
static long long mantissa(
double number
)
static member mantissa :
number : float -> int64
Parameters
- number
- Type: SystemDouble
A floating-point number.
Return Value
Type:
Int64The mantissa bits of the specified floating-point
number without the implicit leading
1 bit.
Remarks
See Also