Int32.INumberBase<Int32>.IsNormal(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a value is normal.
static bool System.Numerics.INumberBase<System.Int32>.IsNormal(int value) = System::Numerics::INumberBase<int>::IsNormal;
static bool INumberBase<int>.IsNormal (int value);
static member System.Numerics.INumberBase<System.Int32>.IsNormal : int -> bool
Shared Function IsNormal (value As Integer) As Boolean Implements INumberBase(Of Integer).IsNormal
Parameters
- value
- Int32
The value to be checked.
Returns
true
if value
is normal; otherwise, false
.
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.