NFloat.INumberBase<NFloat>.IsCanonical(NFloat) Yöntem

Tanım

Bir değerin kurallı gösteriminde olup olmadığını belirler.

 static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsCanonical(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsCanonical;
static bool INumberBase<NFloat>.IsCanonical (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsCanonical : System.Runtime.InteropServices.NFloat -> bool
 Shared Function IsCanonical (value As NFloat) As Boolean Implements INumberBase(Of NFloat).IsCanonical

Parametreler

value
NFloat

Denetlenecek değer.

Döndürülenler

true kurallı gösterimindeyse value ; değilse, false.

Uygulamalar

Şunlara uygulanır