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