IXPathResultNumeric Property  | 
 
                Gets the numeric value of the evaluation result.
            
 
    Namespace: 
   DotNetBrowser.Dom.XPath
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
SyntaxNullable<double> Numeric { get; }Property Value
Type: 
NullableDouble
                The numeric value of the evaluation result.
                If evaluation result type is not numeric, then returns null.
            
See Also