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