Click or drag to resize
mathexponent Method (Double)
Gets the exponent bits of the specified floating-point number.

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

Parameters

number
Type: SystemDouble
A floating-point number.

Return Value

Type: Int32
The exponent bits of the specified floating-point number; i.e. the biased exponent.
Remarks
See Also