SubArrayTElementEnsureAvailable Method Naiad Help

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

Returns true if the given number of elements is available in this subarray.

Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public bool EnsureAvailable(
	int numElements
)

Parameters

numElements
Type: SystemInt32
The number of elements.

Return Value

Type: Boolean
True if the given number of elements is available in this subarray, otherwise false.
See Also

Reference