medea ~master (2022-05-18T18:40:27.0239446)
Dub
Repo
FloatValue
medea
Undocumented in source.
final
class
FloatValue :
NumberValue
{
this
(real n);
this
();
JSONValue
toJSONValue
();
real
number
[@property getter];
}
Constructors
this
this
(real n)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
toJSONValue
JSONValue
toJSONValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
number
real
number
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
medea
classes
ArrayValue
BoolValue
FloatValue
IntegerValue
NullValue
NumberValue
ObjectValue
StringValue
UIntegerValue
Value
functions
parse
toJSONString
toValue
wrap