| 
            
              SineWaveCalculateY Method
             | 
          
        
        
            Calculates the y-value for the given time.
            
        
        Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic double CalculateY(
	double t
)
Public Function CalculateY ( 
	t As Double
) As Double
public:
double CalculateY(
	double t
)
member CalculateY : 
        t : float -> float  View SourceParameters
- t  Double
 - The time, in seconds.
 
Return Value
DoubleA*sin(ω*t+Φ)+δ
See Also