Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.32 KB

87740ecc-fa2f-7b23-9665-20d9c9ab8442.md

File metadata and controls

50 lines (35 loc) · 1.32 KB

Blast.IsOperationSSMDHandled Method

returns true for ssmd valid operations: add = 2, substract = 3, divide = 4, multiply = 5, and = 6, or = 7, not = 8, xor = 9, greater = 10, greater_equals = 11, smaller = 12, smaller_equals, equals, not_equals max min

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

Syntax

C#

public static bool IsOperationSSMDHandled(
	blast_operation op
)

VB

Public Shared Function IsOperationSSMDHandled ( 
	op As blast_operation
) As Boolean

C++

public:
static bool IsOperationSSMDHandled(
	blast_operation op
)

F#

static member IsOperationSSMDHandled : 
        op : blast_operation -> bool 

Parameters

 

op
Type: NSS.Blast.blast_operation
the operation to check

Return Value

Type: Boolean
true if handled by the ssmd sequencer

See Also

Reference

Blast Structure
NSS.Blast Namespace