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