Delegate function

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

Syntax

C#
public delegate float Function(
	int x,
	int z,
	Array2D arrInstance
)
Visual Basic
Public Delegate Function Function ( _
	x As Integer, _
	z As Integer, _
	arrInstance As Array2D _
) As Single
Visual C++
public delegate float Function(
	int x, 
	int z, 
	Array2D^ arrInstance
)

Parameters

x
Type: System..::..Int32
z
Type: System..::..Int32
arrInstance
Type: JigLibX.Utils..::..Array2D

Return Value

float

See Also