Condividi tramite


Funzione Array4D.length3<'T> (F#)

Restituisce la lunghezza di una matrice nella terza dimensione.

Percorso di spazio dei nomi/modulo: Microsoft.FSharp.Collections.Array4D

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
Array4D.length3 : 'T [,,,] -> int

// Usage:
Array4D.length3 array

Parametri

  • array
    Tipo: 'T [,,,]

    Matrice di input.

Valore restituito

Lunghezza della matrice nella terza dimensione.

Note

Questa funzione è denominata Length3 negli assembly compilati. Utilizzare questo nome se si accede alla funzione da un linguaggio .NET diverso da F# o tramite reflection.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Modulo Collections.Array4D (F#)

Spazio dei nomi Microsoft.FSharp.Collections (F#)