set the size of the stack, if 0 is set stack is estimated during compilation
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastCompilerOptions SetStackSize(
int stack_size = 0
)
VB
Public Function SetStackSize (
Optional stack_size As Integer = 0
) As BlastCompilerOptions
C++
public:
BlastCompilerOptions^ SetStackSize(
int stack_size = 0
)
F#
member SetStackSize :
?stack_size : int
(* Defaults:
let _stack_size = defaultArg stack_size 0
*)
-> BlastCompilerOptions
- stack_size (Optional)
- Type: System.Int32
[Missing documentation for "M:NSS.Blast.Compiler.BlastCompilerOptions.SetStackSize(System.Int32)"]
Type: BlastCompilerOptions
compiler options