Returns a long value at the specified index from the list of values for the default scan setting.
'Declaration
Public Overloads Function LongDefault( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As Setting
Dim index As Integer
Dim value As Integer
value = instance.LongDefault(index)
public int LongDefault(
int
)
public: int LongDefault(
int
)
public:
int LongDefault(
int
)
Parameters
- index
- An integer which represents an index in the list of long values.
Return Value
An integer which represents a long value at the given index within the collection.