public interface DoubleList
double
.Modifier and Type | Interface and Description |
---|---|
static class |
DoubleList.Byte
Wraps a
DoubleList around an array of primitive bytes. |
static class |
DoubleList.Double
Wraps a
DoubleList around an array of primitive doubles. |
static class |
DoubleList.Float
Wraps a
DoubleList around an array of primitive floats. |
static class |
DoubleList.Int
Wraps a
DoubleList around an array of primitive ints. |
static class |
DoubleList.Long
Wraps a
DoubleList around an array of primitive longs. |
static class |
DoubleList.Short
Wraps a
DoubleList around an array of primitive shorts. |
static class |
DoubleList.UByte
Wraps a
DoubleList around an array of primitive bytes interpreted as unsigned integers. |
static class |
DoubleList.UInt
Wraps a
DoubleList around an array of primitive ints interpreted as unsigned integers. |
static class |
DoubleList.ULong
Wraps a
DoubleList around an array of primitive longs interpreted as unsigned integers. |
static class |
DoubleList.UShort
Wraps a
DoubleList around an array of primitive shorts interpreted as unsigned integers. |
Modifier and Type | Method and Description |
---|---|
double |
getDouble(int index) |
int |
getSize() |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.