TweakPrimaryViewStrideable
public protocol TweakPrimaryViewStrideable : Comparable, Numeric, Storable
A type with values that support addition and subtraction.
-
Undocumented
Declaration
Swift
var needDecimalPoint: Bool { get }
-
Undocumented
Declaration
Swift
func needSign(between min: Self, and max: Self) -> Bool
-
Undocumented
Declaration
Swift
func substracting(by amount: Self) -> Self
-
Undocumented
Declaration
Swift
func adding(by amount: Self) -> Self
-
Undocumented
Declaration
Swift
func toText() -> String?
-
Undocumented
Declaration
Swift
static func fromText(_ text: String) -> Self?