C# 클래스 openHistorian.Snap.HistorianValueStruct

A struct that represents the standard historian value.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value1 ulong
Value2 ulong
Value3 ulong

공개 메소드들

메소드 설명
ToClass ( ) : HistorianValue

Creates a class instance from this value.

메소드 상세

ToClass() 공개 메소드

Creates a class instance from this value.
public ToClass ( ) : HistorianValue
리턴 HistorianValue

프로퍼티 상세

Value1 공개적으로 프로퍼티

Value 1 should be where the first 64 bits of the field is stored. For 32 bit values, use this field only.
public ulong Value1
리턴 ulong

Value2 공개적으로 프로퍼티

Should only be used if value cannot be entirely stored in Value1. Compression penalty occurs when using this field.
public ulong Value2
리턴 ulong

Value3 공개적으로 프로퍼티

Should contain any kind of digital data such as Quality. Compression penalty occurs when used for any other type of field.
public ulong Value3
리턴 ulong