Esempio n. 1
0
 public dtype newbyteorder(string endian = null)
 {
     return(NpyCoreApi.DescrNewByteorder(this, NpyUtil_ArgProcessing.ByteorderConverter(endian)));
 }