Method ConstrainRange
- Namespace
- Moments
- Assembly
- GrindFest.dll
ConstrainRange<U>(Expression<Func<T, U>>, float)
public void ConstrainRange<U>(Expression<Func<T, U>> fieldAccess, float value)
Parameters
fieldAccess
Expression<Func<T, U>>value
float
Type Parameters
U
ConstrainRange<U>(Expression<Func<T, U>>, int)
public void ConstrainRange<U>(Expression<Func<T, U>> fieldAccess, int value)
Parameters
fieldAccess
Expression<Func<T, U>>value
int
Type Parameters
U