Click or drag to resize
PhysicalCheckCompatibility Method
Checks the compatibility of two Physical objects.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void CheckCompatibility(
	Physical x,
	Physical y
)

Parameters

x
Type: Imsl.MathPhysical
A Physical object.
y
Type: Imsl.MathPhysical
A Physical object to be checked against x.
Exceptions
ExceptionCondition
ArgumentException is thrown if the two Physical objects are incompatible
See Also