返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic static bool operator !=(
Mat43 mat0,
Mat43 mat1
)
Parameters
- mat0 Mat43
- 第一个 Mat43 实例。
- mat1 Mat43
- 第二个 Mat43 实例。
Return Value
Boolean
如果两个
Mat43 实例在任何一个对应的分量上不相等,则返回
true;
否则返回
false。
See Also