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