SByte.INumberBase<SByte>.IsCanonical(SByte) メソッド

定義

値が正規表現内にあるかどうかを判断します。

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

パラメーター

value
SByte

チェックする値。

返品

が正規表現内にある場合は a0/&。それ以外の場合は。

実装

適用対象