ILNumerics Ultimate VS

ILMathisequalwithequalnans Method (InArraySingle, InArraySingle)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Checks if all elements of two arrays are equal, comparing NaN and +/- infinity like regular values.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static bool isequalwithequalnans(
	InArray<float> A,
	InArray<float> B
)

Parameters

A
Type: ILNumericsInArraySingle
Input array
B
Type: ILNumericsInArraySingle
Input array

Return Value

Type: Boolean
True, if all elements of both arrays are equal; false if any elements or the sizes are not equal.
Remarks

[ILNumerics Computing Engine]

See Also

Reference