IMSL C# Numerical Library

Physical Addition Operator 

Add two compatible Physical objects.

public static Physical operator +(
   Physical x,
   Physical y
);

Parameters

x
A Physical object which is to be added.
y
A Physical object which is to be added.

Return Value

A Physical object which is the sum of x + y.

Exceptions

Exception Type Condition
ArgumentException is thrown if x and y are not compatible

See Also

Physical Class | Imsl.Math Namespace