Click or drag to resize
Accord.NET (logo)

PlaneInequality Operator

Implements the operator !=.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Plane a,
	Plane b
)
Request Example View Source

Parameters

a
Type: Accord.MathPlane
b
Type: Accord.MathPlane

Return Value

Type: Boolean
See Also