IterationInTTimeInitializeFrom Method Naiad Help

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

Returns a timestamp initialized from the given pointstamp.

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

C#
public IterationIn<TTime> InitializeFrom(
	Pointstamp pointstamp,
	int length
)

Parameters

pointstamp
Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
The pointstamp.
length
Type: SystemInt32
The number of coordinates to use.

Return Value

Type: IterationInTTime
The initialized epoch.

Implements

TimeTTimeInitializeFrom(Pointstamp, Int32)
See Also

Reference