Freigeben über


TupleCollection.CrossProductOfArray-Methode

Gibt das Kreuzprodukt der Objekte im angegebenen Array zurück.

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
)

Parameter

  • tupleCollectionSet
    Typ: []

    Das angegebene Array.

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.TupleCollection
Das Aggregat Kreuzprodukt aller Objekte in das angegebene Array.

Siehe auch

Referenz

TupleCollection Klasse

TupleCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace