slang::ast::RealLiteral class

Represents a real number literal.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public functions

auto getValue() const -> double
Gets the value of the literal.