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
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
- op
- Type: NSS.Blast.blast_operation
the operation to check
Type: Boolean
true if handled by the ssmd sequencer