FlowControl.ForNextCheckR4(Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查迴圈計數器的有效值, Step以及 To 值。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static bool ForNextCheckR4(float count, float limit, float StepValue);
public static bool ForNextCheckR4(float count, float limit, float StepValue);
static member ForNextCheckR4 : single * single * single -> bool
Public Function ForNextCheckR4 (count As Single, limit As Single, StepValue As Single) As Boolean
Public Shared Function ForNextCheckR4 (count As Single, limit As Single, StepValue As Single) As Boolean
參數
傳回
True 若 StepValue 大於零且 count 小於或等於 limit,或若 StepValue 小於或等於零且 count 大於 ; limit否則, False。
備註
這門課支援 Visual Basic 編譯器,並非直接從你的程式碼中使用。