Click or drag to resize

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
Syntax
C#
public static bool IsNaN(
	double[] arr
)

Parameters

arr
Type: SystemDouble
The array.

Return Value

Type: Boolean
True if the array contains NaN values, false otherwise.
See Also