create a constant value parameter from operation
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public static node CreateConstantParameter(
blast_operation value_0
)
VB
Public Shared Function CreateConstantParameter (
value_0 As blast_operation
) As node
C++
public:
static node^ CreateConstantParameter(
blast_operation value_0
)
F#
static member CreateConstantParameter :
value_0 : blast_operation -> node
- value_0
- Type: NSS.Blast.blast_operation
the value to insert
Type: node
the newly created paramater node with a constant value set