You are here: Start » AVL.NET » AVL.MultiplyProfiles Method
AVL.MultiplyProfiles Method
Multiplies two profiles value by value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MultiplyProfiles( AvlNet.Profile inProfile1, AvlNet.Profile inProfile2, out AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile1 | AvlNet.Profile | First input profile. | ||
![]() | inProfile2 | AvlNet.Profile | Second input profile. | ||
![]() | outProfile | AvlNet.Profile | Output profile. |
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in MultiplyProfiles. |
| DomainError | Input profiles have different X coordinates in MultiplyProfiles. |


