Click or drag to resize
PartitionSelectT Method (Int32, T, T, T, T, T, T, T, T)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static T Select<T>(
	int num,
	T a,
	T b,
	T c,
	T d,
	T e,
	T f,
	T g,
	T h
)

Parameters

num
Type: SystemInt32

[Missing <param name="num"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

a
Type: T

[Missing <param name="a"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

b
Type: T

[Missing <param name="b"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

c
Type: T

[Missing <param name="c"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

d
Type: T

[Missing <param name="d"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

e
Type: T

[Missing <param name="e"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

f
Type: T

[Missing <param name="f"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

g
Type: T

[Missing <param name="g"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

h
Type: T

[Missing <param name="h"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

Return Value

Type: T

[Missing <returns> documentation for "M:VRage.Partition.Select``1(System.Int32,``0,``0,``0,``0,``0,``0,``0,``0)"]

See Also