OperatorIntrinsics.RangeInt32, fonction (F#)
Génère une plage d'entiers.
Espace de noms/Chemin du module : Microsoft.FSharp.Core.Operators.OperatorIntrinsics
Assembly : FSharp.Core (in FSharp.Core.dll)
// Signature:
RangeInt32 : int -> int -> int -> seq<int>
// Usage:
RangeInt32 start step stop
Paramètres
start
Type : intEntier initial.
step
Type : intLa valeur d'incrément entre chaque entier.
stop
Type : intL'entier de fin, inclu dans la plage.
Notes
Cette fonction doit être utilisée par le code F# compilé et ne doit pas être utilisée directement.
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, Portable, portable