Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.17 KB

72abe4fc-1cdb-5c00-9597-06aa2d68314d.md

File metadata and controls

50 lines (35 loc) · 1.17 KB

Blast.GetConstantValueDefault Method

get the default constant numeric value of the operation

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

Syntax

C#

public static float GetConstantValueDefault(
	blast_operation op
)

VB

Public Shared Function GetConstantValueDefault ( 
	op As blast_operation
) As Single

C++

public:
static float GetConstantValueDefault(
	blast_operation op
)

F#

static member GetConstantValueDefault : 
        op : blast_operation -> float32 

Parameters

 

op
Type: NSS.Blast.blast_operation
the operation to return the constant for

Return Value

Type: Single
a constant float value

See Also

Reference

Blast Structure
NSS.Blast Namespace