C# Class openHistorian.Data.Types.TypeSingle

Method for converting data to and from a float.
Inheritance: TypeBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Свойство Type Description
Instance TypeSingle

Méthodes protégées

Méthode Description
GetValue ( ulong value ) : IConvertible
ToRaw ( IConvertible value ) : ulong

Private Methods

Méthode Description
TypeSingle ( ) : System

Must use the static instance

Method Details

GetValue() protected méthode

protected GetValue ( ulong value ) : IConvertible
value ulong
Résultat IConvertible

ToRaw() protected méthode

protected ToRaw ( IConvertible value ) : ulong
value IConvertible
Résultat ulong

Property Details

Instance public_oe static_oe property

public static TypeSingle,openHistorian.Data.Types Instance
Résultat TypeSingle