PhysicalAddition Operator |
Add two compatible Physical objects.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical operator +(
Physical x,
Physical y
)
Public Shared Operator + (
x As Physical,
y As Physical
) As Physical
public:
static Physical operator +(
Physical x,
Physical y
)
static let inline (+)
x : Physical *
y : Physical : Physical
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object which is to be added.
- y
- Type: Imsl.MathPhysical
A Physical object which is to be added.
Return Value
Type:
Physical
A
Physical object which is the sum of x + y.
Exceptions See Also