Operator operator /
operator /(Point, double)
Divides the coordinates of a point by a scalar.
public static Point operator /(Point p, double scalar)
Parameters
Returns
Exceptions
- DivideByZeroException
Thrown when
scalaris zero.
Divides the coordinates of a point by a scalar.
public static Point operator /(Point p, double scalar)
Thrown when scalar is zero.