Click or drag to resize

DegreesMinutesSecondsMultiply Operator

Multiplies the DegreesMinutesSeconds by a constant.

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,
	double right
)

Parameters

left
Type: AGI.FoundationDegreesMinutesSeconds
The DegreesMinutesSeconds to multiply.
right
Type: SystemDouble
The constant by which to multiply the DegreesMinutesSeconds.

Return Value

Type: DegreesMinutesSeconds
A DegreesMinutesSeconds that represents the value of this instance multiplied by the constant.
See Also