Constructor

GandivaDoubleLiteralNodenew

Declaration [src]

GGandivaDoubleLiteralNode*
ggandiva_double_literal_node_new (
  gdouble value
)

Description

No description available.
Available since:0.12.0

Parameters

value gdouble
 

The value of the 64-bit floating point literal.

Return value

Returns: GGandivaDoubleLiteralNode
 

A newly created GGandivaDoubleLiteralNode.

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