public interface FloatingPointVector
| Modifier and Type | Method and Description |
|---|---|
double |
getValueAsDouble(int index)
Gets the value at the given index.
|
void |
setSafeWithPossibleTruncate(int index,
double value)
Sets the value at the given index, note this value may be truncated internally.
|
void |
setWithPossibleTruncate(int index,
double value)
Sets the value at the given index, note this value may be truncated internally.
|
void setWithPossibleTruncate(int index,
double value)
index - the index to set.value - the value to set.void setSafeWithPossibleTruncate(int index,
double value)
index - the index to set.value - the value to set.double getValueAsDouble(int index)
index - the index to retrieve the value.Copyright © 2019 The Apache Software Foundation. All rights reserved.