23 references to Double
System.Data.SqlXml (23)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
102
return f.
Double
(value);
577
return f.Sum(f.Sequence(f.
Double
(0d), f.Loop(i = f.For(arg), f.ConvertToNumber(i))));
System\Xml\Xsl\XPath\XPathQilFactory.cs (8)
133
XsltMethods.EqualityOperator, T.BooleanX, new QilNode[] {
Double
(opCode), left, right }
150
XsltMethods.RelationalOperator, T.BooleanX, new QilNode[] {
Double
(opCode), left, right }
208
: Loop(i = Let(n), Or(Lt(i,
Double
(0)), Lt(
Double
(0), i)))
230
n.NodeType == QilNodeType.True ? (QilNode)
Double
(1) :
231
n.NodeType == QilNodeType.False ? (QilNode)
Double
(0) :
232
/*default: */ (QilNode) Conditional(n,
Double
(1),
Double
(0))
System\Xml\Xsl\Xslt\Focus.cs (3)
79
return f.
Double
(1);
84
return f.
Double
(1);
163
last = f.Let(f.
Double
(0));
System\Xml\Xsl\Xslt\QilGenerator.cs (9)
1333
return f.
Double
(XsltLibrary.InvariantCultureLcid);
1335
return f.
Double
(XsltLibrary.LangToLcidInternal((string)(QilLiteral)lang, fwdCompat, (IErrorHelper)this));
1390
select2 = f.Conditional(text, f.
Double
(0), f.ConvertToNumber(select2));
1738
return f.
Double
(0);
1746
return f.
Double
(dblGroupingSize);
1749
return f.
Double
(0);
1754
f.Conditional(f.And(f.Lt(f.
Double
(0), i), f.Lt(i, f.
Double
(int.MaxValue))),
1756
f.
Double
(0)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
554
return f.
Double
((double)propValue.ValueAsDouble);