In This Topic
Gets or sets whether automatic underflow is used.
Syntax
'Declaration
Public Property AutoUnderFlow As Boolean
'Usage
Dim instance As BinOption
Dim value As Boolean
instance.AutoUnderFlow = value
value = instance.AutoUnderFlow
public bool AutoUnderFlow {get; set;}
See Also