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

