示例#1
0
 public bool IsEntirelyFinite()
 {
     return(_cuda.IsFinite(_data, _data.Size));
 }