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

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

[Missing <summary> documentation for "M:VRage.Partition.Select``1(System.Int32,``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
)

Parameters

num
Type: SystemInt32

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

a
Type: T

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

b
Type: T

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

Type Parameters

T

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

Return Value

Type: T

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

See Also