class Udgenerator::NSFloat

Public Instance Methods

==(type) click to toggle source
Calls superclass method Udgenerator::NSValue#==
# File lib/udgenerator/type.rb, line 293
def == (type)
        NSFloat === type && super(type)
end
imp_get_message() click to toggle source
# File lib/udgenerator/type.rb, line 302
def imp_get_message
        "floatForKey"
end
imp_set_message() click to toggle source
# File lib/udgenerator/type.rb, line 305
def imp_set_message
        "setFloat"
end
swift_type_name() click to toggle source
# File lib/udgenerator/type.rb, line 299
def swift_type_name
        "Float"
end
typeExchange(obj) click to toggle source
# File lib/udgenerator/type.rb, line 308
def typeExchange(obj)
        "[#{obj} floatValue]"
end
type_name() click to toggle source
# File lib/udgenerator/type.rb, line 296
def type_name
        "float"
end