Java android.support.v4.math MathUtils fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.math MathUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.math MathUtils.

The text is from its open source code.

Method

floatclamp(float value, float min, float max)
This method takes a numerical value and ensures it fits in a given numerical range.
doubleclamp(double value, double min, double max)
This method takes a numerical value and ensures it fits in a given numerical range.
intclamp(int value, int min, int max)
This method takes a numerical value and ensures it fits in a given numerical range.