EpochInitializeFrom Method Naiad Help

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

Returns an epoch 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 Epoch InitializeFrom(
	Pointstamp pointstamp,
	int length
)

Parameters

pointstamp
Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
The pointstamp.
length
Type: SystemInt32
The number of coordinates to use, which should be 1.

Return Value

Type: Epoch
The initialized epoch.

Implements

TimeTTimeInitializeFrom(Pointstamp, Int32)
See Also

Reference