コード例 #1
0
 /// <summary>
 /// Not greater than
 /// </summary>
 public static bool IsNgt(this Ord that) => that.IsGt().Not();