ArrayELCreateT Method (Int32, Int32, T)

GF Charts Help
Creates T[][] array

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static T[,] Create<T>(
	int dim1,
	int dim2,
	T def
)

Parameters

dim1
Type: SystemInt32
First dimension of array
dim2
Type: SystemInt32
Second dimension of array
def
Type: T
Initial value

Type Parameters

T
Type of array

Return Value

Type: T
Remarks

Post-condition: res = new T[dim1][dim2];
See Also

Reference