In This Topic
Gets or sets whether the bin is an underflow bin.
Syntax
'Declaration
Public Property IsUnderflowBin As Boolean
'Usage
Dim instance As BinOption
Dim value As Boolean
instance.IsUnderflowBin = value
value = instance.IsUnderflowBin
public bool IsUnderflowBin {get; set;}
Example
This example creates a bin for the smaller values.
See Also