Click or drag to resize

SampleRate Structure

Represents a sample rate with associated ending sample using the COMTRADE file standard, IEEE Std C37.111-1999.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.COMTRADESampleRate

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public struct SampleRate
View Source

The SampleRate type exposes the following members.

Constructors
 NameDescription
Public methodSampleRate Creates a new instance of the SampleRate from an existing line image.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Converts SampleRate to its string format.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldEndSample Last sample number at sample rate.
Public fieldRate Sample rate in Hertz (Hz).
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also