|
ConfigurationCell3GetCoordinateFromDecimal Method
|
Gets longitude or latitude coordinate stored as a
Decimal as a
Single
accounting for possible
CoordinateDecimalInfinity value.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic static float GetCoordinateFromDecimal(
decimal? coordinate
)
Public Shared Function GetCoordinateFromDecimal (
coordinate As Decimal?
) As Single
public:
static float GetCoordinateFromDecimal(
Nullable<Decimal> coordinate
)
static member GetCoordinateFromDecimal :
coordinate : Nullable<decimal> -> float32
GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell3.GetCoordinateFromDecimal = function(coordinate);
View SourceParameters
- coordinate NullableDecimal
- Source value.
Return Value
Singlecoordinate as
Single.
See Also