11 ::ll::TypedStorage<8, 8, int64> mMin;
12 ::ll::TypedStorage<8, 8, int64> mMax;
22 MCAPI Parameter(int64
const& min, int64
const& max);
24 MCAPI Parameter(
float min,
float max);
30 MCAPI static ::ClimateUtils::Parameter
37 MCAPI
void* $ctor(int64
const& min, int64
const& max);
39 MCAPI
void* $ctor(
float min,
float max);