Exemplo n.º 1
0
 protected double CoerceValue(double val)
 {
     return(FieldValidation.CoerceValue(val, MinimumValue, MaximumValue));
 }