Package | Description |
---|---|
com.github.gwtd3.api |
Modifier and Type | Method and Description |
---|---|
static Value |
Arrays.max(com.google.gwt.core.client.JavaScriptObject array,
NumericForEachCallback accessor)
Transform the values in the given array using the specified
ForEachCallback and returns the maximum value
in the transformed
values using natural order. |
static Value |
Arrays.min(com.google.gwt.core.client.JavaScriptObject array,
NumericForEachCallback accessor)
Transform the values in the given array using the specified
ForEachCallback and returns the minimum value
in the transformed
values using numeric order. |
Copyright © 2015 gwt-d3. All rights reserved.