Operators.( .. )<^T> 函式 (F#)
標準多載範圍運算子,例如,用於清單的 [n..m]、用於序列的 seq {n..m}。
**命名空間/模組路徑:**Microsoft.FSharp.Core.Operators
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
( .. ) : ^T -> ^T -> seq<^T> (requires ^T with static member (+) and ^T with static member One)
// Usage:
start .. finish
參數
start
型別:^T範圍的起始值。
finish
型別:^T範圍的結束值。
傳回值
跨範圍的序列。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。