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