NumberInterface
extends
TypeInterface
in
NumberInterface ensures consistency in numeric values returned by ramsey/uuid
Tags
Table of Contents
- __toString() : string
- isNegative() : bool
- Returns true if this number is less than zero
- toString() : string
Methods
__toString()
public
__toString() : string
Return values
string —isNegative()
Returns true if this number is less than zero
public
isNegative() : bool
Return values
bool —toString()
public
toString() : string