[Visual Basic] Public Function Calculate( _ Optional ByVal FirstRow As Integer = 0, _ Optional ByVal LastRow As Integer = -1 _ ) As Boolean [C#] public bool Calculate( int FirstRow, int LastRow ); [C++] public: bool Calculate( int FirstRow, int LastRow ); [JScript] public function Calculate( int FirstRow, int LastRow ): bool;
TimeSeries Class | EbsOpen Namespace