Table of Contents

Method ConstrainMin

Namespace
Moments
Assembly
GrindFest.dll

ConstrainMin<U>(Expression<Func<T, U>>, float)

public void ConstrainMin<U>(Expression<Func<T, U>> fieldAccess, float value)

Parameters

fieldAccess Expression<Func<T, U>>
value float

Type Parameters

U

ConstrainMin<U>(Expression<Func<T, U>>, int)

public void ConstrainMin<U>(Expression<Func<T, U>> fieldAccess, int value)

Parameters

fieldAccess Expression<Func<T, U>>
value int

Type Parameters

U