FloatParam
public struct FloatParam : Equatable
Type for float parameters.
-
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public let value: Float -
Initializes a new
FloatParam.Declaration
Swift
public init(name: String, value: Float)Parameters
nameName of the parameter
valueValue of the parameter
-
Declaration
Swift
public static func == (lhs: FloatParam, rhs: FloatParam) -> Bool
View on GitHub
Install in Dash
FloatParam Structure Reference