IMSL C# Numerical Library

Physical.Add Method 

Adds two compatible Physical objects.

public static Physical Add(
   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