function L = getlength(h)
%GETLENGTH Access method for the private length property
%
%   Author(s): James G. Owen
%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:34:47 $

% Access method to get time series length
L = h.Length;
