Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Point Transforms » MultiplyProfile
MultiplyProfile
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationPro |
Multiplies each element of a profile by a scalar value.
Syntax
C++
C#
void fil::MultiplyProfile ( fil::Profile& ioProfile, ftl::Optional<const fil::Range&> inRange, float inValue )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioProfile | Profile& | ||
![]() |
inRange | Optional<const Range&> | NIL | |
![]() |
inValue | float | 2.0f |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in MultiplyProfile. |


