Single.INumberBase<Single>.IsCanonical(Single) 方法

定义

确定值是否在其规范表示形式中。

 static bool System.Numerics.INumberBase<System.Single>.IsCanonical(float value) = System::Numerics::INumberBase<float>::IsCanonical;
static bool INumberBase<float>.IsCanonical (float value);
static member System.Numerics.INumberBase<System.Single>.IsCanonical : single -> bool
 Shared Function IsCanonical (value As Single) As Boolean Implements INumberBase(Of Single).IsCanonical

参数

value
Single

要检查的值。

返回

true 如果 value 在其规范表示形式中为 ,则为 ;否则为 false

实现

适用于