Click or drag to resize

DegreesMinutesSecondsAdd Method

Adds the specified DegreesMinutesSeconds to this instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DegreesMinutesSeconds Add(
	DegreesMinutesSeconds addend
)

Parameters

addend
Type: AGI.FoundationDegreesMinutesSeconds
The DegreesMinutesSeconds to add to this instance.

Return Value

Type: DegreesMinutesSeconds
A DegreesMinutesSeconds that represents the value of this instance plus the value of addend.
See Also