C# Class openHistorian.Data.Types.TypeDouble

Method for converting data to and from a double.
Inheritance: TypeBase
Exibir arquivo Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
Instance TypeDouble

Protected Methods

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

Private Methods

Method Description
TypeDouble ( ) : 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_oe static_oe property

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