public static final class TimeValues.ConstValue extends java.lang.Object implements ITimeValue
Modifier and Type | Field and Description |
---|---|
private float |
output |
Constructor and Description |
---|
ConstValue(float output) |
Modifier and Type | Method and Description |
---|---|
float |
apply(float input) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public float apply(float input)
apply
in interface ITimeValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object