行列の値

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public double this[
	int r,
	int c
] { get; set; }
Visual Basic
Public Default Property Item ( 
	r As Integer,
	c As Integer
) As Double
	Get
	Set

Parameters

r
Type: System..::..Int32
行指標 (0~)
c
Type: System..::..Int32
列指標 (0~)

Return Value

Type: Double
指定された要素を返します。

See Also