Subject: Re: Harsh: Issue with float validation instruts validator
Near as I can tell a float s evaluated as Float(value). So, looking in
the java specs we see that a float needs a 'decimal point, an
exponent, or a float type suffix '. see
http://java.sun.com/docs/books/jls/second_ed
Near as I can tell a float s evaluated as Float(value). So, looking in
the java specs we see that a float needs a 'decimal point, an
exponent, or a float type suffix '. see
http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#230798
for more information. As for the validwhen, th
2 matches
Mail list logo