public class DoubleRange
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
DoubleRange() |
| Modifier and Type | Method and Description |
|---|---|
static org.h2.value.ValueArray |
createArray(double begin,
double end)
Return an array of doubles with a default step of 1.
|
static org.h2.value.ValueArray |
createArray(double begin,
double end,
double step)
Return an array of doubles
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.h2.value.ValueArray createArray(double begin,
double end)
begin - from startend - to endpublic static org.h2.value.ValueArray createArray(double begin,
double end,
double step)
begin - from startend - to endstep - incrementCopyright © 2019 CNRS. All rights reserved.