C# Class ComparisonUtility.DataPoint

Mostrar archivo 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_oe property

public ulong Flags
return ulong

PointID public_oe property

public ulong PointID
return ulong

Timestamp public_oe property

public ulong Timestamp
return ulong

Value public_oe property

public ulong Value
return ulong