INumberBase<TSelf>.IsSubnormal(TSelf) Method

Definition

Determines if a value is subnormal.

public:
 static bool IsSubnormal(TSelf value);
public static abstract bool IsSubnormal (TSelf value);
static member IsSubnormal : 'Self -> bool
Public Shared Function IsSubnormal (value As TSelf) As Boolean

Parameters

value
TSelf

The value to be checked.

Returns

true if value is subnormal; otherwise, false.

Applies to