Click or drag to resize

DegreesMinutesSecondsMultiply Method

Multiplies this instance by the scalar provided.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DegreesMinutesSeconds Multiply(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The scalar to multiply this angle by.

Return Value

Type: DegreesMinutesSeconds
A DegreesMinutesSeconds that represents the value of this instance times the value of scalar.
See Also