NFloat.IsNaN(NFloat) 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 whether the specified value is NaN (not a number).
public:
static bool IsNaN(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNaN;
public static bool IsNaN (System.Runtime.InteropServices.NFloat value);
static member IsNaN : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNaN (value As NFloat) As Boolean
Parameters
- value
- NFloat
The floating-point value.
Returns
true
if the value is NaN (not a number); false
otherwise.
Implements
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.