コード例 #1
0
 public static XArray Cast(XArray x, DType dtype)
 {
     return(NativeHelper.Cast(x, dtype));
 }