public interface DoubleArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getValues(int index)
A list of double values.
|
int |
getValuesCount()
A list of double values.
|
List<Double> |
getValuesList()
A list of double values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Double> getValuesList()
A list of double values.
repeated double values = 1;int getValuesCount()
A list of double values.
repeated double values = 1;double getValues(int index)
A list of double values.
repeated double values = 1;index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.