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

Make the Data the default property for the struct

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public double this[
	int index
] { get; set; }

Parameters

index
Type: System..::.Int32
0..3

Return Value

returns Double value in the Vector at index "index"

See Also