Click or drag to resize
Physical Operators and Type Conversions

The Physical type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Add two compatible Physical objects.
Public operatorStatic memberDivision(Double, Physical)
Divide a double by a Physical object.
Public operatorStatic memberDivision(Physical, Physical)
Divide two Physical objects.
Public operatorStatic memberDivision(Physical, Double)
Divide a Physical object by a double.
Public operatorStatic memberEquality
Returns true if x and y are equal.
Public operatorStatic member(Physical to Double)
Returns the value of this dimensionless object.
Public operatorStatic memberInequality
Returns true if x and y are not equal.
Public operatorStatic memberMultiply(Double, Physical)
Multiply a double and a Physical object
Public operatorStatic memberMultiply(Physical, Physical)
Multiply two Physical objects.
Public operatorStatic memberMultiply(Physical, Double)
Multiply a Physical object and a double.
Public operatorStatic memberSubtraction
Subtract two compatible Physical objects.
Public operatorStatic memberUnaryNegation
Negate a Physical object.
Top
See Also