Supported Datatype

Supported Datatype#

  • HyperGP支持的数据类型

HyperGP的类型 对应C的类型 描述
float32 float
float64 float
int8 float
int16 short
int32 int
int64 long
uint8 long
uint16 unsigned short
uint32 unsigned int
uint64 unsigned long
bool bool