Skip to main content

IsDouble

Returns true if the CDocBuilderValue object is a double value.

note

This method is not available for JS.

Syntax

def IsDouble(self) -> bool

Parameters

This method has no parameters.

Example

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
globalObj = context.GetGlobal()
bDouble = globalObj.IsDouble()