You are here: Start » AVL.NET » Function Reference » Profile » Profile Combinators
Profile Combinators
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AccumulateProfile | Creates a profile in a loop by concatenating individual values.  | 
		FoundationPro | ||
| AddProfiles | Adds two profiles value by value.  | 
		FoundationPro | ||
| AddProfiles_OfArray | Adds profiles of an array value by value.  | 
		FoundationPro | ||
| AddProfiles_OfLoop | Adds profiles appearing in consecutive iterations value by value.  | 
		FoundationPro | ||
| DifferenceProfile | Computes profile representing difference between corresponding values of given profiles.  | 
		FoundationPro | ||
| DivideProfiles | Divides two profiles value by value.  | 
		FoundationPro | ||
| JoinProfiles | Concatenates two profiles into one.  | 
		FoundationPro | ||
| MaximumProfile | Computes the maximum of two profiles point by point.  | 
		FoundationPro | ||
| MaximumProfile_OfArray | Computes the maximum of profiles of an array.  | 
		FoundationPro | ||
| MaximumProfile_OfLoop | Computes the maximum of profiles appearing in consecutive iterations.  | 
		FoundationPro | ||
| MinimumProfile | Computes the minimum of two profiles point by point.  | 
		FoundationPro | ||
| MinimumProfile_OfArray | Computes the minimum of profiles of an array.  | 
		FoundationPro | ||
| MinimumProfile_OfLoop | Computes the minimum of profiles appearing in consecutive iterations.  | 
		FoundationPro | ||
| MultiplyProfiles | Multiplies two profiles value by value.  | 
		FoundationPro | ||
| MultiplyProfiles_OfArray | Multiplies profiles of an array value by value.  | 
		FoundationPro | ||
| MultiplyProfiles_OfLoop | Multiplies profiles appearing in consecutive iterations value by value.  | 
		FoundationPro | ||
| SubtractProfiles | Subtracts two profiles value by value.  | 
		FoundationPro | 
