'Declaration
Public ReadOnly Property UpperBound As Integer
'Usage
Dim instance As ElasticVector Dim value As Integer value = instance.UpperBound
public int UpperBound {get;}
Property Value
The default value of this property is -1
.
'Declaration
Public ReadOnly Property UpperBound As Integer
'Usage
Dim instance As ElasticVector Dim value As Integer value = instance.UpperBound
public int UpperBound {get;}
The default value of this property is -1
.
The upper dimension is -1 if the elastic vector is empty.