public static enum ShortTimeFourierTransform.Padding extends Enum<ShortTimeFourierTransform.Padding>
| Modifier and Type | Method and Description |
|---|---|
static ShortTimeFourierTransform.Padding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortTimeFourierTransform.Padding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShortTimeFourierTransform.Padding ZERO
public static final ShortTimeFourierTransform.Padding ZOH
public static final ShortTimeFourierTransform.Padding MIRROR
public static ShortTimeFourierTransform.Padding[] values()
for (ShortTimeFourierTransform.Padding c : ShortTimeFourierTransform.Padding.values()) System.out.println(c);
public static ShortTimeFourierTransform.Padding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.