PhysicalCheckCompatibility Method |
Checks the compatibility of two Physical objects.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static void CheckCompatibility(
Physical x,
Physical y
)
Public Shared Sub CheckCompatibility (
x As Physical,
y As Physical
)
public:
static void CheckCompatibility(
Physical x,
Physical y
)
static member CheckCompatibility :
x : Physical *
y : Physical -> unit
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object.
- y
- Type: Imsl.MathPhysical
A Physical object to be checked against x.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if the two Physical objects are incompatible
|
See Also