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
參數
傳回
如果 StepValue
大於零且 count
小於或等於 limit
,或是 StepValue
小於或等於零且 count
大於或等於 limit
,則為 True
,否則為 False
。
備註
這個類別支援 Visual Basic 編譯程式,不適合直接從程式代碼使用。