Method popd
popd()
Removes the value currently on top of the stack,
convert and returns it as System.Double value.
Declaration
public double popd()
Returns
Type | Description |
---|---|
System.Double | A System.Double value. |
Remarks
System.Double.PositiveInfinity or System.Double.NegativeInfinity is returned in case of out of range as the System.Double value range is limited.