次の方法で共有


ProgressiveMesh.op_Inequality(ProgressiveMesh,ProgressiveMesh)

op_Inequality メソッド

定義

Visual Basic Public Shared Function op_Inequality( _
    ByVal left As ProgressiveMesh, _
    ByVal right As ProgressiveMesh _
) As Boolean
C# public static bool op_Inequality(
    ProgressiveMesh left,
    ProgressiveMesh right
);
Managed C++ public: static bool op_Inequality(
    ProgressiveMeshleft,
    ProgressiveMeshright
);
JScript public static function op_Inequality(
    left : ProgressiveMesh,
    right : ProgressiveMesh
) : boolean;

パラメータ

left Microsoft.DirectX.Direct3D.ProgressiveMesh.
right Microsoft.DirectX.Direct3D.ProgressiveMesh.

戻り値

System.Boolean.

対象

ProgressiveMesh

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