Point3D.op_Subtraction

Point3D Subtraction operator

Implements the operator -.

public static Point3D operator -(Point3D a, Point3D b)
ParameterTypeDescription
aPoint3Da.
bPoint3DThe b.

Return Value

The result of the operator.

See Also