Physical Operators and Type Conversions |
The Physical type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Add two compatible Physical objects.
|
![]() ![]() | Division(Double, Physical) |
Divide a double by a Physical object.
|
![]() ![]() | Division(Physical, Physical) |
Divide two Physical objects.
|
![]() ![]() | Division(Physical, Double) |
Divide a Physical object by a double.
|
![]() ![]() | Equality |
Returns true if x and y are equal.
|
![]() ![]() | Implicit(Physical to Double) |
Returns the value of this dimensionless object.
|
![]() ![]() | Inequality |
Returns true if x and y are not equal.
|
![]() ![]() | Multiply(Double, Physical) |
Multiply a double and a Physical object
|
![]() ![]() | Multiply(Physical, Physical) |
Multiply two Physical objects.
|
![]() ![]() | Multiply(Physical, Double) |
Multiply a Physical object and a double.
|
![]() ![]() | Subtraction |
Subtract two compatible Physical objects.
|
![]() ![]() | UnaryNegation |
Negate a Physical object.
|