Interface ITopoArray<T>
A read-only array coupled with a specific Topology
Assembly: DeBroglie.dll
Syntax
public interface ITopoArray<out T>
Type Parameters
Properties
|
Edit this page
View Source
Topology
Gets the Topology associated with an array
Declaration
ITopology Topology { get; }
Property Value
Methods
|
Edit this page
View Source
Get(int)
Gets the value at a particular location.
See Topology to see how location indices work.
Declaration
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
|
Edit this page
View Source
Get(int, int, int)
Gets the value at a particular location.
Declaration
T Get(int x, int y, int z = 0)
Parameters
Returns
Extension Methods