public struct SineWavePublic Structure SineWavepublic value class SineWave| 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) |
| 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 |