Example #1
0
 public static XArray Clip(XArray x, double min, double max) => NativeHelper.Clip(x, min, max);