Click or drag to resize
PhysicalAdd Method
Adds two compatible Physical objects.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Physical Add(
	Physical x,
	Physical y
)

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
ExceptionCondition
ArgumentException is thrown if x and y are not compatible
See Also