C# Class openHistorian.Data.Types.TypeSingle

Method for converting data to and from a float.
Inheritance: TypeBase
Show file Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
Instance TypeSingle

Protected Methods

Method Description
GetValue ( ulong value ) : IConvertible
ToRaw ( IConvertible value ) : ulong

Private Methods

Method Description
TypeSingle ( ) : System

Must use the static instance

Method Details

GetValue() protected method

protected GetValue ( ulong value ) : IConvertible
value ulong
return IConvertible

ToRaw() protected method

protected ToRaw ( IConvertible value ) : ulong
value IConvertible
return ulong

Property Details

Instance public static property

public static TypeSingle,openHistorian.Data.Types Instance
return TypeSingle