|   | ConfigurationCell3GetCoordinateFromDecimal Method | 
        
        
            Gets longitude or latitude coordinate stored as a 
Decimal as a 
Single
            accounting for possible 
CoordinateDecimalInfinity value.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- coordinate  NullableDecimal
- Source value.
Return Value
Singlecoordinate as 
Single.
 See Also
See Also