You are here: Start » AVL.NET » Invoke.DivideProfile
Divides each element of a profile by a scalar value.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DivideProfile ( 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. |

