You are here: Start » FIL.NET » FIL.AddToProfile
Adds a scalar value to each element of a profile.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AddToProfile ( FilNet.Profile inProfile, float inValue, FilNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inValue | float | |||
![]() | outProfile | FilNet.Profile | Output profile. |


