Share via


TupleCollection.CrossProduct Method (Microsoft.PerformancePoint.Scorecards)

Computes the cross-product of two sets of tuples. If either one of the tuple collections are empty or null, then return the other. If both are null or empty, then return an empty collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function CrossProduct ( _
    rowTuples As TupleCollection, _
    colTuples As TupleCollection _
) As TupleCollection
'Usage
Dim rowTuples As TupleCollection
Dim colTuples As TupleCollection
Dim returnValue As TupleCollection

returnValue = TupleCollection.CrossProduct(rowTuples, colTuples)
public static TupleCollection CrossProduct (
    TupleCollection rowTuples,
    TupleCollection colTuples
)

Parameters

  • rowTuples
    Row tuples.
  • colTuples
    Column tuples.

Return Value

The cross product of the row and column tuples.

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace