Share via


TupleCollection.CrossProductOfArray Method (Microsoft.PerformancePoint.Scorecards)

Returns the cross product of all the items in the array.

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

Syntax

'Declaration
Public Shared Function CrossProductOfArray ( _
    tupleCollectionSet As TupleCollection() _
) As TupleCollection
'Usage
Dim tupleCollectionSet As TupleCollection()
Dim returnValue As TupleCollection

returnValue = TupleCollection.CrossProductOfArray(tupleCollectionSet)
public static TupleCollection CrossProductOfArray (
    TupleCollection[] tupleCollectionSet
)

Parameters

  • tupleCollectionSet
    The array of items.

Return Value

The aggregate cross product

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace