[This is preliminary documentation and is subject to change.]
A fake array implementation to avoid heap allocation
Namespace: Microsoft.Research.Naiad.Runtime.Progress
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public struct FakeArray
The PointstampFakeArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PointstampFakeArray |
Constructs a FakeArray with the specified size.
|
Methods
Name | Description | |
---|---|---|
ToString |
Returns a string representation of this array.
(Overrides ValueTypeToString.) |
Fields
Name | Description | |
---|---|---|
a |
first coordinate
| |
b |
second coordinate
| |
c |
third coordinate
| |
d |
fourth coordinate
| |
Length |
"length" of array
| |
spillover |
space for anything beyond four coordinates
|
Properties
Name | Description | |
---|---|---|
Item |
Returns the value at the given index.
|
See Also