SafeRandom.Next Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Next() | |
Next(Int32) | |
Next(Int32, Int32) |
Next()
- Source:
- SafeRandom.cs
public int Next ();
member this.Next : unit -> int
Public Function Next () As Integer
Retours
S’applique à
Next(Int32)
- Source:
- SafeRandom.cs
public int Next (int maxValue);
member this.Next : int -> int
Public Function Next (maxValue As Integer) As Integer
Paramètres
- maxValue
- Int32
Retours
S’applique à
Next(Int32, Int32)
- Source:
- SafeRandom.cs
public int Next (int minValue, int maxValue);
member this.Next : int * int -> int
Public Function Next (minValue As Integer, maxValue As Integer) As Integer
Paramètres
- minValue
- Int32
- maxValue
- Int32