You are here: Start » AVL.NET » AVL.AddProfiles_OfArray Method

AVL.AddProfiles_OfArray Method

Adds profiles of an array value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddProfiles_OfArray(
	AvlNet.Profile[] inProfileArray,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArrayAvlNet.Profile
outProfileAvlNet.ProfileOutput profile.

Description

Array version of AddProfiles.

Errors

Error type Description
DomainError Input profiles have different lengths in AddProfiles.

See also