Property Numeric
- Namespace
- DotNetBrowser.Dom.XPath
- Assembly
- DotNetBrowser.dll
Numeric
Gets the numeric value of the evaluation result.
double? Numeric { get; }
Property Value
- double?
The numeric value of the evaluation result. If evaluation result type is not numeric, then returns null.