Expr.ForIntegerRangeLoop 메서드(F#)
정수 범위에 대한 루프를 나타내는 for 식을 만듭니다.
네임스페이스/모듈 경로: Microsoft.FSharp.Quotations
어셈블리: FSharp.Core(FSharp.Core.dll)
// Signature:
static member ForIntegerRangeLoop : Var * Expr * Expr * Expr -> Expr
// Usage:
Expr.ForIntegerRangeLoop (loopVariable, start, endExpr, body)
매개 변수
loopVariable
형식: Var루프 변수를 선언하는 하위 식입니다.
start
형식: Expr루프 변수의 초기 값을 설정하는 하위 식입니다.
endExpr
형식: Expr루프 변수의 최종 값을 선언하는 하위 식입니다.
body
형식: Expr루프의 본문을 나타내는 하위 식입니다.
반환 값
결과 식입니다.
플랫폼
Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8
버전 정보
F# 코어 라이브러리 버전
지원: 2.0, 4.0, 노트북