| Package | Description |
|---|---|
| com.xxdb.data | |
| com.xxdb.io |
| Modifier and Type | Field and Description |
|---|---|
protected Double2 |
BasicComplex.value |
protected Double2 |
BasicPoint.value |
protected Double2[] |
BasicComplexVector.values |
protected Double2[] |
BasicPointVector.values |
| Modifier and Type | Method and Description |
|---|---|
Double2[] |
BasicComplexVector.getdataArray() |
Double2[] |
BasicPointVector.getdataArray() |
Double2 |
BasicComplexMatrix.getDouble(int row,
int column) |
Double2 |
BasicComplex.getDouble2() |
Double2 |
BasicPoint.getDouble2() |
protected Double2[] |
BasicComplexVector.getSubArray(int[] indices) |
protected Double2[] |
BasicPointVector.getSubArray(int[] indices) |
Double2[] |
BasicComplexVector.getValues() |
Double2[] |
BasicPointVector.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicComplexVector.add(Double2 value) |
void |
BasicPointVector.add(Double2 value) |
void |
BasicComplexVector.addRange(Double2[] valueList) |
void |
BasicPointVector.addRange(Double2[] valueList) |
| Constructor and Description |
|---|
BasicComplexVector(Double2[] array) |
BasicComplexVector(Double2[] array,
boolean copy) |
BasicPointVector(Double2[] array) |
BasicPointVector(Double2[] array,
boolean copy) |
| Constructor and Description |
|---|
BasicComplexVector(List<Double2> list) |
BasicPointVector(List<Double2> list) |
| Modifier and Type | Method and Description |
|---|---|
Double2 |
BigEndianDataInputStream.readDouble2() |
Double2 |
ExtendedDataInput.readDouble2() |
Double2 |
LittleEndianDataInputStream.readDouble2() |
| Modifier and Type | Method and Description |
|---|---|
void |
BigEndianDataOutputStream.writeDouble2(Double2 v) |
void |
ExtendedDataOutput.writeDouble2(Double2 v) |
void |
LittleEndianDataOutputStream.writeDouble2(Double2 v) |
void |
ExtendedDataOutput.writeDouble2Array(Double2[] A) |
void |
AbstractExtendedDataOutputStream.writeDouble2Array(Double2[] A) |
void |
ExtendedDataOutput.writeDouble2Array(Double2[] A,
int startIdx,
int len) |
void |
AbstractExtendedDataOutputStream.writeDouble2Array(Double2[] A,
int startIdx,
int len) |
Copyright © 2026 DolphinDB. All rights reserved.