Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.15 KB

d7e26a4b-d99a-863c-0f9b-d1cf944d9f8b.md

File metadata and controls

50 lines (35 loc) · 1.15 KB

node.CreateConstantParameter Method

create a constant value parameter from operation

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

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 

Parameters

 

value_0
Type: NSS.Blast.blast_operation
the value to insert

Return Value

Type: node
the newly created paramater node with a constant value set

See Also

Reference

node Class
NSS.Blast.Compiler Namespace