apply_scale_transform Function

public function apply_scale_transform(value, scale_type, threshold) result(transformed)

Apply forward scale transformation to a single value

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: value
character(len=*), intent(in) :: scale_type
real(kind=wp), intent(in) :: threshold

Return Value real(kind=wp)