Next:
rtIsOnLine
Up:
リファレンスマニュアル
Previous:
round2z
Rows
【目的】
Rows - 行の数
【形式】
m = Rows(X) Integer m; (Matrix|Array|Index) X;
【詳細】
Rows(X)は(行列|配列|指数) X の行の数を返す。
【例題】
>> X = [[1 2 3][4 5 6]]; >> m = Rows(X) m = 2
【参照】
Cols(
2.32
), size(
2.216
), length(
2.112
)
Masanobu KOGA 平成11年10月2日