AsDouble Method
AsDouble function
Converts the object to a double value, if object is number type.
func (instance *Object) AsDouble() (float64, error)
Remarks
See Also
- Class Object
- Library Aspose.Cells for Go
Converts the object to a double value, if object is number type.
func (instance *Object) AsDouble() (float64, error)