You are here: Start » AVL.NET » AVS.MultiplyProfile Method
AVS.MultiplyProfile Method
Multiplies each element of a profile by a scalar value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MultiplyProfile ( AvlNet.Profile ioProfile, AvlNet.Range? inRange, float inValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioProfile | AvlNet.Profile | ||||
![]() | inRange | AvlNet.Range? | |||
![]() | inValue | float | 2.0f | Default value: 2.0f. |

