PointstampFakeArray StructureNaiad Help

[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

  NameDescription
Public methodPointstampFakeArray
Constructs a FakeArray with the specified size.
Top
Methods

  NameDescription
Public methodToString
Returns a string representation of this array.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fielda
first coordinate
Public fieldb
second coordinate
Public fieldc
third coordinate
Public fieldd
fourth coordinate
Public fieldLength
"length" of array
Public fieldspillover
space for anything beyond four coordinates
Top
Properties

  NameDescription
Public propertyItem
Returns the value at the given index.
Top
See Also

Reference