You are here: Start » FIL.NET » Profile Combinators
Profile Combinators
Icon | Name | Description |
---|---|---|
![]() |
AccumulateProfile | Returns a profile of most recent values. |
![]() |
AddProfiles | Adds two profiles value by value. |
![]() |
AddProfiles_OfArray | Adds profiles of an array value by value. |
![]() |
AddProfiles_OfLoop | Adds profiles appearing in consecutive iterations value by value. |
![]() |
DifferenceProfile | Computes profile representing difference between corresponding values of given profiles. |
![]() |
DivideProfiles | Divides two profiles value by value. |
![]() |
JoinProfiles | Concatenates two profiles into one. |
![]() |
MaximumProfile | Computes the maximum of two profiles point by point. |
![]() |
MaximumProfile_OfArray | Computes the maximum of profiles of an array. |
![]() |
MaximumProfile_OfLoop | Computes the maximum of profiles appearing in consecutive iterations. |
![]() |
MinimumProfile | Computes the minimum of two profiles point by point. |
![]() |
MinimumProfile_OfArray | Computes the minimum of profiles of an array. |
![]() |
MinimumProfile_OfLoop | Computes the minimum of profiles appearing in consecutive iterations. |
![]() |
MultiplyProfiles | Multiplies two profiles value by value. |
![]() |
MultiplyProfiles_OfArray | Multiplies profiles of an array value by value. |
![]() |
MultiplyProfiles_OfLoop | Multiplies profiles appearing in consecutive iterations value by value. |
![]() |
SubtractProfiles | Subtracts two profiles value by value. |