UtilIsNaN Method (Double) |
Whether any of the element of the provided array is NaN.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static bool IsNaN(
double[] arr
)
Parameters
- arr
- Type: SystemDouble
The array.
Return Value
Type:
BooleanTrue if the array contains NaN values, false otherwise.
See Also