Click or drag to resize

DegreesMinutesSecondsSubtract Method

Subtracts the specified DegreesMinutesSeconds from 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 Subtract(
	DegreesMinutesSeconds minuend
)

Parameters

minuend
Type: AGI.FoundationDegreesMinutesSeconds
The DegreesMinutesSeconds to subtract from this instance.

Return Value

Type: DegreesMinutesSeconds
A DegreesMinutesSeconds that represents the value of this instance minus the value of minuend.
See Also