示例#1
0
 def intScale(self, value):
     return _Logicle.FastLogicle_intScale(self, value)
示例#2
0
 def intScale(self, value: "double") -> "int":
     return _Logicle.FastLogicle_intScale(self, value)
示例#3
0
 def intScale(self, *args):
     return _Logicle.FastLogicle_intScale(self, *args)