WeightedTRecord Constructor Naiad Help

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

Constructs a new weighted object from the given record and weight.

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

C#
public Weighted(
	TRecord record,
	long weight
)

Parameters

record
Type: TRecord
The record.
weight
Type: SystemInt64
The weight.
See Also

Reference