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.
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.