float() public static method

public static float ( ) : Type
return Type
示例#1
0
 /**
  * @param Type $type
  *
  * @return bool
  */
 public function maps(Type $type) : bool
 {
     return Type::float()->isEqual($type);
 }
示例#2
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::float();
 }