![]() | APIadd |
public int addSineFunction( double frequency, double phase, int stp, double duration, double maxAmplitude, bool isGrowing = false, int type = 0, string units = "" )
Public Function addSineFunction ( frequency As Double, phase As Double, stp As Integer, duration As Double, maxAmplitude As Double, Optional isGrowing As Boolean = false, Optional type As Integer = 0, Optional units As String = "" ) As Integer Dim instance As API Dim frequency As Double Dim phase As Double Dim stp As Integer Dim duration As Double Dim maxAmplitude As Double Dim isGrowing As Boolean Dim type As Integer Dim units As String Dim returnValue As Integer returnValue = instance.addSineFunction(frequency, phase, stp, duration, maxAmplitude, isGrowing, type, units)
public: int addSineFunction( double frequency, double phase, int stp, double duration, double maxAmplitude, bool isGrowing = false, int type = 0, String^ units = L"" )
member addSineFunction : frequency : float * phase : float * stp : int * duration : float * maxAmplitude : float * ?isGrowing : bool * ?type : int * ?units : string (* Defaults: let _isGrowing = defaultArg isGrowing false let _type = defaultArg type 0 let _units = defaultArg units "" *) -> int
(c) NextFEM 2015-2025