public interface IObjectFloatDefaultProperties
Modifier and Type | Method and Description |
---|---|
Float |
getFloatDefault()
Default float used by isFloatDefault and isValueNotDefault.
|
void |
setFloatDefault(Float defaultFloatValue)
Changes the default value used by isFloatDefault and isFloatNotDefault.
|
Float getFloatDefault()
By default a Float has value 0f
void setFloatDefault(Float defaultFloatValue)
defaultFloatValue
- new value to setThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.