C# Class openVisN.MetadataDouble

Inheritance: MetadataBase
Show file Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
MetadataDouble ( System.Guid uniqueId, ulong historianId, string name, string description, CalculationMethod calculations = null ) : System

Protected Methods

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

Method Details

GetValue() protected method

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

MetadataDouble() public method

public MetadataDouble ( System.Guid uniqueId, ulong historianId, string name, string description, CalculationMethod calculations = null ) : System
uniqueId System.Guid
historianId ulong
name string
description string
calculations openVisN.Calculations.CalculationMethod
return System

ToRaw() protected method

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