Delphi


./setup

class operator

(2013-03-17 (日) 14:04:17)

演算子カテゴリ宣言シンボルマッピング
Implicit変換Implicit(a : type) : resultType;implicit typecast
Explicit変換Explicit(a: type) : resultType;explicit typecast
Negative単項Negative(a: type) : resultType;-
Positive単項Positive(a: type): resultType;+
Inc単項Inc(a: type) : resultType;Inc
Dec単項Dec(a: type): resultTypeDec
LogicalNot?単項LogicalNot?(a: type): resultType;not
Trunc単項Trunc(a: type): resultType;Trunc
Round単項Round(a: type): resultType;Round
In集合In(a: type; b: type) : Boolean;in
Equal比較Equal(a: type; b: type) : Boolean;=
NotEqual?比較NotEqual?(a: type; b: type): Boolean;<>
GreaterThan?比較GreaterThan?(a: type; b: type) Boolean;>
GreaterThanOrEqual?比較GreaterThanOrEqual?(a: type; b: type): Boolean;>=
LessThan?比較LessThan?(a: type; b: type): Boolean;<
LessThanOrEqual?比較LessThanOrEqual?(a: type; b: type): Boolean;<=
加算二項Add(a: type; b: type): resultType;+
減算二項Subtract(a: type; b: type) : resultType;-
乗算二項Multiply(a: type; b: type) : resultType;*
除算二項Divide(a: type; b: type) : resultType;/
IntDivide?二項IntDivide?(a: type; b: type): resultType;div
Modulus二項Modulus(a: type; b: type): resultType;mod
LeftShift?二項LeftShift?(a: type; b: type): resultType;shl
RightShift?二項RightShift?(a: type; b: type): resultType;shr
LogicalAnd?二項LogicalAnd?(a: type; b: type): resultType;and
LogicalOr?二項LogicalOr?(a: type; b: type): resultType;or
LogicalXor?二項LogicalXor?(a: type; b: type): resultType;xor
BitwiseAnd?二項BitwiseAnd?(a: type; b: type): resultType;and
BitwiseOr?二項BitwiseOr?(a: type; b: type): resultType;or
BitwiseXor?二項BitwiseXor?(a: type; b: type): resultType;xor

最新の20件

2013-09-10 2013-09-09 2014-05-14 2014-03-08 2014-02-11 2013-12-19 2013-09-09 2013-06-21 2013-05-03 2013-04-27
  • Delphi
2013-04-26 2013-04-20 2013-03-21 2012-07-02 2012-06-30 2012-05-10 2012-04-26 2012-04-19 2012-03-25

今日の16件

  • counter: 179
  • today: 1
  • yesterday: 0
  • online: 1