Click or drag to resize

Frequency Structure

Defines a frequency.
Inheritance Hierarchy
SystemObject
  SystemValueType
    CompreDriveSDK.Plugins.Analyzers.DefinitionsFrequency

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public struct Frequency

The Frequency type exposes the following members.

Properties
 NameDescription
Public propertyAsAngularFrequency Gets the angular frequency in [Hz].
Public propertyAsFrequency Gets the normal frequency in [Hz].
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodStatic memberFromAngularFrequency Creates a new Frequency object from an angular frequency.
Public methodStatic memberFromFrequency Creates a new Frequency object from a normal frequency.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also