dart / 2 / dart-typed_data / float64x2 / clamp.html

clamp method

Float64x2 clamp(
  1. Float64x2 lowerLimit,
  2. Float64x2 upperLimit
)

Lane-wise clamp this to be in the range lowerLimit-upperLimit.

Implementation

Float64x2 clamp(Float64x2 lowerLimit, Float64x2 upperLimit);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-typed_data/Float64x2/clamp.html