| MathHelperAccelerate Method (Single, Single) |
Accelerates the specified value with a pow of value factor.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static float Accelerate(
float v,
float factor
)
public:
static float Accelerate(
float v,
float factor
)
Parameters
- v
- Type: SystemSingle
The value to accelerate. - factor
- Type: SystemSingle
The factor of acceleration.
Return Value
Type:
SingleThe accelerated value according to the factor.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also