Byte.INumberBase<Byte>.IsNormal(Byte) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan apakah nilai normal.
static bool System.Numerics.INumberBase<System.Byte>.IsNormal(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsNormal;
static bool INumberBase<byte>.IsNormal(byte value);
static member System.Numerics.INumberBase<System.Byte>.IsNormal : byte -> bool
Shared Function IsNormal (value As Byte) As Boolean Implements INumberBase(Of Byte).IsNormal
Parameter
- value
- Byte
Nilai yang akan diperiksa.
Mengembalikan
true jika value normal; jika tidak, false.