Constructor

GandivaDoubleLiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaDoubleLiteralNode*
ggandiva_double_literal_node_new (
  gdouble value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gdouble

The value of the 64-bit floating point literal.

Return value

Type: GGandivaDoubleLiteralNode

A newly created GGandivaDoubleLiteralNode.

The caller of the function takes ownership of the data, and is responsible for freeing it.