Skip to content

SageBuilder::buildDoubleVal

Build a double value expression

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDoubleVal*
buildDoubleVal(double value = 0.0);

Return Value

This class represents the notion of an value (expression value).

Created with MrDocs