Example #1
0
 public static Point GetCenter(this Point point) => point.Both((x) => x / 2);
Example #2
0
 public static Point Negative(this Point point) => point.Both((x) => - x);