Share via


BufferedData.op_LessThan(BufferedData,BufferedData)

op_LessThan メソッド

定義

Visual Basic Public Shared Function op_LessThan( _
    ByVal a As BufferedData, _
    ByVal b As BufferedData _
) As Boolean
C# public static bool op_LessThan(
    BufferedData a,
    BufferedData b
);
Managed C++ public: static bool op_LessThan(
    BufferedDataa,
    BufferedDatab
);
JScript public static function op_LessThan(
    a : BufferedData,
    b : BufferedData
) : boolean;

パラメータ

a Microsoft.DirectX.DirectInput.BufferedData.
b Microsoft.DirectX.DirectInput.BufferedData.

戻り値

System.Boolean.

対象

BufferedData

© 2002 Microsoft Corporation. All rights reserved. Terms of use.