Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.38 KB

f806255d-b26e-fd63-3d84-9f2859031201.md

File metadata and controls

54 lines (39 loc) · 1.38 KB

BlastCompilerOptions.SetStackSize Method

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

Syntax

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 

Parameters

 

stack_size (Optional)
Type: System.Int32
[Missing documentation for "M:NSS.Blast.Compiler.BlastCompilerOptions.SetStackSize(System.Int32)"]

Return Value

Type: BlastCompilerOptions
compiler options

See Also

Reference

BlastCompilerOptions Class
NSS.Blast.Compiler Namespace