DoubleInfoIsSubnormal Property |
Gets a value indicating whether the floating point value is sub-normal.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool IsSubnormal { get; }
Public ReadOnly Property IsSubnormal As Boolean
Get
public:
property bool IsSubnormal {
bool get ();
}
member IsSubnormal : bool with get
Property Value
Type:
BooleanSee Also