Click or drag to resize

Mat43Inequality Operator

返回用户文档首页
比较两个 Mat43 实例是否不相等。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public static bool operator !=(
	Mat43 mat0,
	Mat43 mat1
)

Parameters

mat0  Mat43
第一个 Mat43 实例。
mat1  Mat43
第二个 Mat43 实例。

Return Value

Boolean
如果两个 Mat43 实例在任何一个对应的分量上不相等,则返回 true; 否则返回 false
See Also