nn::gd::CTR::Utils::ConvertStartEndToScaleBias Member Function
static void ConvertStartEndToScaleBias(
f32 start,
f32 end,
f32 & scale,
f32 & bias
);
| Name | Description | |
|---|---|---|
| in | start | Specifies the start value. |
| in | end | Specifies the end value. |
| out | scale | Specifies a pointer storing the scale result. |
| out | bias | Specifies a pointer storing the bias result. |
Converts start and end values to scale and bias.
CONFIDENTIAL