IMSL C# Numerical Library

Physical Inequality Operator 

Returns true if x and y are not equal.

public static bool operator !=(
   Physical x,
   Physical y
);

Parameters

x
A Physical object.
y
A Physical object.

Return Value

A bool value of true if x and y are not equal.

See Also

Physical Class | Imsl.Math Namespace