Exemplo n.º 1
0
 def intScale(self, value):
     return _Logicle.FastLogicle_intScale(self, value)
Exemplo n.º 2
0
 def intScale(self, value: "double") -> "int":
     return _Logicle.FastLogicle_intScale(self, value)
Exemplo n.º 3
0
 def intScale(self, *args):
     return _Logicle.FastLogicle_intScale(self, *args)