Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Operator + ( _
a As Tuple, _
b As Tuple _
) As Tuple
'Usage
Dim a As Tuple
Dim b As Tuple
Dim returnValue As Tuple
returnValue = (a + b)
public static Tuple operator +(
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.