! Unchecked access - no wrapping

Namespace: JigLibX.Utils
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public float this[
	int i,
	int j
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	i As Integer, _
	j As Integer _
) As Single
	Get
Visual C++
public:
property float default[int i, int j] {
	float get (int i, int j);
}

Parameters

i
Type: System..::..Int32
j
Type: System..::..Int32

Return Value

float

See Also