IXPathResultNumberValue Property |
The value of this number result.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxdouble NumberValue { get; }
ReadOnly Property NumberValue As Double
Get
property double NumberValue {
double get ();
}
abstract NumberValue : float with get
Property Value
Type:
Double
ExceptionsException | Condition |
---|
DOMException | TYPE_ERR: raised if resultType is not
Number type. |
See Also