You are here: Start » AVL.NET » Invoke.MultiplyProfiles
Multiplies two profiles value by value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MultiplyProfiles ( Avl.Profile inProfile1, Avl.Profile inProfile2, Avl.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile1 | Avl.Profile | First input profile. | ||
![]() | inProfile2 | Avl.Profile | Second input profile. | ||
![]() | outProfile | Avl.Profile | Output profile. |