Complex.IsSubnormal(Complex) Methode

Definitie

Bepaalt of een waarde subnormaal is.

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

Parameters

value
Complex

De waarde die moet worden gecontroleerd.

Retouren

trueindien value subnormaal, anders . false

Implementeringen

Van toepassing op