TupleCollection.CrossProductOfArray method
Returns the cross product of all the objects in the specified 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
Type: []The specified array.
Return value
Type: Microsoft.PerformancePoint.Scorecards.TupleCollection
The aggregate cross product of all the objects in the specified array.