Checks the compatibility of two Physical objects.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static void CheckCompatibility( Physical x, Physical y ) |
Visual Basic (Declaration) |
---|
Public Shared Sub CheckCompatibility ( _ x As Physical, _ y As Physical _ ) |
Visual C++ |
---|
public: static void CheckCompatibility( Physical x, Physical y ) |
Parameters
- x
- Type: Imsl.Math..::.Physical
A Physical object.
- y
- Type: Imsl.Math..::.Physical
A Physical object to be checked against x.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if the two Physical objects are incompatible |