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


