Example #1
0
 static function float($length = null, $precision = null)
 {
     $vt = new vartype('float');
     $vt->length($length);
     $vt->precision($precision);
     return $vt;
 }