Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Property SingularityThreshold As Single |
C# |
---|
public float SingularityThreshold { get; set; } |
C++ |
---|
public property float SingularityThreshold sealed { float get(); void set(float value); } |
J# |
---|
/** property */ public float get_SingularityThreshold(); /** property */ public void set_SingularityThreshold(float value); |
JScript |
---|
public function get SingularityThreshold() : float public function set SingularityThreshold(value : float); |