Tuple.Add method
Computes the union of two tuples.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function Add ( _
a As Tuple, _
b As Tuple _
) As Tuple
'Usage
Dim a As Tuple
Dim b As Tuple
Dim returnValue As Tuple
returnValue = Tuple.Add(a, b)
public static Tuple Add(
Tuple a,
Tuple b
)
Parameters
a
Type: Microsoft.PerformancePoint.Scorecards.TupleThe first tuple.
b
Type: Microsoft.PerformancePoint.Scorecards.TupleThe second tuple.
Return value
Type: Microsoft.PerformancePoint.Scorecards.Tuple
The combined tuple.