|
|
Sine
|
The SineWave type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateY | Calculates the y-value for the given time. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Amplitude | Amplitude (A) of the sine wave. | |
| Bias | Vertical offset (δ) of the sine wave. | |
| Frequency | Frequency (ω) of the sine wave, in Hz. | |
| Phase | Phase (Φ) shift of the sine wave. | |
| TwoPi | 2 * pi |
| Name | Description | |
|---|---|---|
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |