'Declaration Public Overloads Shared Sub ValidateDouble( _ ByVal expression As ExpressionInfo, _ ByVal min As Double, _ ByVal max As Double _ )
public static void ValidateDouble( ExpressionInfo expression, double min, double max )
Parameters
- expression
- An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value to validate.
- min
- A System.Double value representing the minimun size allowed.
- max
- A System.Double value representing the maximum size allowed.