1XML::XPathEngine::NumbeUrs(e3r)Contributed Perl DocumentXaMtLi:o:nXPathEngine::Number(3)
2
3
4
6 XML::XPathEngine::Number - Simple numeric values.
7
9 This class holds simple numeric values. It doesn't support -0, +/-
10 Infinity, or NaN, as the XPath spec says it should, but I'm not hurting
11 anyone I don't think.
12
14 new($num)
15 Creates a new XML::XPathEngine::Number object, with the value in $num.
16 Does some rudimentary numeric checking on $num to ensure it actually is
17 a number.
18
19 value()
20 Also as overloaded stringification. Returns the numeric value held.
21
22
23
24perl v5.32.1 2021-01-27 XML::XPathEngine::Number(3)