Example #1
0
 public double AbsoluteMaximum()
 {
     Debug.Assert(Buffer.pointer != 0);
     return(CubApi.AbsMax(Buffer));
 }