Angle.op_Addition

Angle Addition operator

Implements the operator +.

public static Angle operator +(Angle a, Angle b)
ParameterTypeDescription
aAngleParameter a.
bAngleParameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentNullExceptionArguments are null
ArgumentExceptionArguments have different types or Arguments have different resolution or

See Also