Click or drag to resize

UtilNE Method (Matrix, Matrix, Single)

Test if a is not equal to b (within e tolerance)

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static bool NE(
	Matrix a,
	Matrix b,
	float e
)

Parameters

a
Type: Microsoft.DirectXMatrix
First value
b
Type: Microsoft.DirectXMatrix
Second value
e
Type: SystemSingle
Epsilon for test

Return Value

Type: Boolean
Logical result of comparing a and b
Remarks
See Also