PointstampFakeArray Constructor Naiad Help

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

Constructs a FakeArray with the specified size.

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 FakeArray(
	int size
)

Parameters

size
Type: SystemInt32
The size of this FakeArray.
See Also

Reference