Funzione Array.zeroCreate<'T> (F#)
Crea una matrice i cui elementi sono inizialmente impostati sul valore predefinito Unchecked.defaultof<'T>.
Percorso di spazio dei nomi/modulo: Microsoft.FSharp.Collections.Array
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
Array.zeroCreate : int -> 'T []
// Usage:
Array.zeroCreate count
Parametri
count
Tipo: intLunghezza della matrice da creare.
Valore restituito
Matrice creata.
Note
Questa funzione è denominata ZeroCreate negli assembly compilati. Utilizzare questo nome se si accede alla funzione da un linguaggio diverso da F# o tramite reflection.
Esempio
Nell'esempio seguente viene illustrato l'utilizzo di Array.zeroCreate.
let arrayOfTenZeroes : int array = Array.zeroCreate 10
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