IMSL C# Numerical Library

Physical.CheckCompatibility Method 

Checks the compatibility of two Physical objects.

public static void CheckCompatibility(
   Physical x,
   Physical y
);

Parameters

x
A Physical object.
y
A Physical object to be checked against x.

Exceptions

Exception Type Condition
ArgumentException is thrown if the two Physical objects are incompatible

See Also

Physical Class | Imsl.Math Namespace