[This is preliminary documentation and is subject to change.]
Returns a timestamp initialized from the given pointstamp.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
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: TTimeThe initialized timestamp.
See Also