size | 作成する時系列データの時刻サンプル数\(N\)。 The number of time samples \(N\) of the time series data to create. |
t0 | 作成する時系列データの先頭時刻\(t_0\)。 The beginning time \(t_0\) of the time series data to create. |
dt | 作成する時系列データのサンプリング間隔\(\Delta t\)。 The sampling interval \(\Delta t\) of the time series data to create. |
戻り値のメンバ Member of the return value |
値 Value |
size | \(N\) |
t0 | \(t_0\) |
dt | \(\Delta t\) |
tmax | \(t_0+(N-1)\Delta t\) |
length | \((N-1)\Delta t\) |
value | \(N\)個の要素から成る配列。
動的メモリの確保のみ行い、配列要素の値は設定しない。 An array of \(N\) components; only allocated without setting the values of array components. |
checked | ’y’ |