Click or drag to resize

UtilIsNaN(Double) Method

Whether any of the element of the provided array is NaN.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static bool IsNaN(
	double[] arr
)

Parameters

arr  Double
The array.

Return Value

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