|
ConfigurationCell3GetCoordinateFromDecimal Method
|
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public static float GetCoordinateFromDecimal(
decimal? coordinate
)
Public Shared Function GetCoordinateFromDecimal (
coordinate As Decimal?
) As Single
GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell3.GetCoordinateFromDecimal = function(coordinate);
View SourceParameters
- coordinate NullableDecimal
- Source value.
Return Value
Singlecoordinate as
Single.
See Also