RangeCollectionElementAt Method |
Returns what would be the nth element if each element were enumerated.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long ElementAt(
long i
)
Public Function ElementAt (
i As Long
) As Long
public:
long long ElementAt(
long long i
)
member ElementAt :
i : int64 -> int64
Parameters
- i
- Type: SystemInt64
0-based index.
Return Value
Type:
Int64[Missing <returns> documentation for "M:Bio.Util.RangeCollection.ElementAt(System.Int64)"]
See Also