Checked access - unwraps if wrapping set

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

Syntax

C#
public float GetAt(
	int i,
	int j
)
Visual Basic
Public Function GetAt ( _
	i As Integer, _
	j As Integer _
) As Single
Visual C++
public:
float GetAt(
	int i, 
	int j
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:JigLibX.Utils.Array2D.GetAt(System.Int32,System.Int32)"]

j
Type: System..::..Int32

[Missing <param name="j"/> documentation for "M:JigLibX.Utils.Array2D.GetAt(System.Int32,System.Int32)"]

Return Value

float

See Also