Click or drag to resize

DegreesMinutesSecondsAddition Operator

Adds two specified DegreesMinutesSeconds instances.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static DegreesMinutesSeconds operator +(
	DegreesMinutesSeconds left,
	DegreesMinutesSeconds right
)

Parameters

left
Type: AGI.FoundationDegreesMinutesSeconds
The first DegreesMinutesSeconds to add.
right
Type: AGI.FoundationDegreesMinutesSeconds
The second DegreesMinutesSeconds to add.

Return Value

Type: DegreesMinutesSeconds
The sum of left and right.
See Also