IntrinsicFunctions.SetArray2D<'T>, fonction (F#)
Opérateur de mutation (à 2 index) associatif surchargé standard
Espace de noms/Chemin du module : Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions
Assembly : FSharp.Core (in FSharp.Core.dll)
// Signature:
SetArray2D : 'T [,] -> int -> int -> 'T -> unit
// Usage:
SetArray2D target index1 index2 value
Paramètres
target
Type : 'T [,]Tableau à deux dimensions.
index1
Type : intIndex le long de la première dimension.
index2
Type : intIndex le long de la deuxième dimension.
value
Type : 'TLa nouvelle valeur à définir sur les indices spécifiés.
Plateformes
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 2,0, 4,0, portables