Half.IsSubnormal(Half) Method

Definition

Determines whether the specified value is subnormal.

public:
 static bool IsSubnormal(Half value);
public:
 static bool IsSubnormal(Half value) = System::Numerics::INumberBase<Half>::IsSubnormal;
public static bool IsSubnormal (Half value);
static member IsSubnormal : Half -> bool
Public Shared Function IsSubnormal (value As Half) As Boolean

Parameters

value
Half

A Half floating-point number.

Returns

true if value is subnormal; falsefalse.

Implements

Applies to