DoubleInfoExponent Property |
Gets the base-2 exponent of the floating point value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int Exponent { get; }
Public ReadOnly Property Exponent As Integer
Get
public:
property int Exponent {
int get ();
}
member Exponent : int with get
Property Value
Type:
Int32See Also