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