Click or drag to resize

ConfigurationCell3GetCoordinateFromDecimal Method

Gets longitude or latitude coordinate stored as a Decimal as a Single accounting for possible CoordinateDecimalInfinity value.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static float GetCoordinateFromDecimal(
	decimal? coordinate
)
View Source

Parameters

coordinate  NullableDecimal
Source value.

Return Value

Single
coordinate as Single.
See Also