haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
num
haystack
tag
Creates a Num ($D Tag).
double
num
[@property setter]
@
property
pure
Tag
num
(
double
val
,
string
unit
= ""
)
long
num
[@property setter]
Return Value
Type:
Tag
a Num Tag
Examples
assert
(
num
(
9
,
"m"
) ==
Tag
(
Num
(
9
,
"m"
)));
Meta
Source
See Implementation
haystack
tag
aliases
Dict
Grid
List
Number
functions
errorGrid
get
has
missing
tag
toStr
toString
properties
boolean
dis
empty
id
isNull
marker
na
num
str
uri
structs
Bool
Coord
GridImpl
Marker
Na
Num
Ref
Str
Tag
Time
Uri
XStr
templates
visit
Creates a Num ($D Tag).