Share via


FlowControl.ForNextCheckDec(Decimal, Decimal, Decimal) 메서드

정의

루프 카운터, StepTo 값이 올바른지 확인합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static bool ForNextCheckDec(System::Decimal count, System::Decimal limit, System::Decimal StepValue);
public static bool ForNextCheckDec (decimal count, decimal limit, decimal StepValue);
static member ForNextCheckDec : decimal * decimal * decimal -> bool
Public Function ForNextCheckDec (count As Decimal, limit As Decimal, StepValue As Decimal) As Boolean
Public Shared Function ForNextCheckDec (count As Decimal, limit As Decimal, StepValue As Decimal) As Boolean

매개 변수

count
Decimal

필수 요소. 루프 카운터 변수에 전달된 초기 값을 나타내는 Decimal 값입니다.

limit
Decimal

필수 요소. Decimal 키워드를 사용하여 전달된 값을 나타내는 To 값입니다.

StepValue
Decimal

필수 요소. Decimal 키워드를 사용하여 전달된 값을 나타내는 Step 값입니다.

반환

StepValue가 0보다 크고 countlimit보다 작거나 같은 경우, 또는 StepValue가 0보다 작거나 같고 countlimit보다 크거나 같은 경우 True이고, 그렇지 않으면 False입니다.

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상

추가 정보