Operators.( .. .. )<^T,^Step> (funzione) (F#)
L'operatore skip dell'intervallo di overload, ad esempio [n..skip..m] per gli elenchi, seq {n..skip..m} per le sequenze.
Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( .. .. ) : ^T -> ^Step -> ^T -> seq<^T> (requires ^T with static member (+) and ^Step with static member (+) and ^Step with static member Zero)
// Usage:
start .. step .. finish
Parametri
start
Tipo: ^TValore iniziale dell'intervallo.
step
Tipo: ^StepValore di incremento dell'intervallo.
finish
Tipo: ^TValore finale dell'intervallo.
Valore restituito
Sequenza che estende l'intervallo mediante la dimensione di incremento specificata.
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