operator ~/ abstract method

AlignmentGeometry operator ~/(
  1. double other
)

Integer divides the AlignmentGeometry object in each dimension by the given factor.

This operator returns an object of the same type as the operand.

Implementation

AlignmentGeometry operator ~/(double other);