C# Class ComparisonUtility.DataPoint

Show file Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Properties

Property Type Description
Flags ulong
PointID ulong
Timestamp ulong
Value ulong

Private Methods

Method Description
Clear ( ) : void
Clone ( ) : DataPoint
Clone ( DataPoint dataPoint ) : void
CompareTimestamps ( ulong left, ulong right, int frameRate ) : int
IsEmpty ( ) : bool
RoundTimestamp ( ulong timestamp, int frameRate ) : ulong

Property Details

Flags public property

public ulong Flags
return ulong

PointID public property

public ulong PointID
return ulong

Timestamp public property

public ulong Timestamp
return ulong

Value public property

public ulong Value
return ulong