public class Utils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static float[] |
validate(float[] array,
int length)
Validate that the given array is not
null and has the
given length. |
public static float[] validate(float[] array,
int length)
null and has the
given length. If this is not the case, return a new array with the
specified length.array - The arraylength - The lengthCopyright © 2022. All Rights Reserved.