Method: Integer#as

Defined in:
lib/HDLRuby/hruby_high.rb

#as(typ) ⇒ Object

Cast.



5000
5001
5002
# File 'lib/HDLRuby/hruby_high.rb', line 5000

def as(typ)
    return self.to_expr.as(typ)
end