行列の行数

Namespace: FVIL.Data
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual int Rows { get; }
Visual Basic
Public Overridable ReadOnly Property Rows As Integer
	Get

Return Value

Type: Int32

行列の行数を取得します。

See Also