Members
(constant) addOperator
加算オペレータ
- Source:
(constant) andOperator
ANDオペレータ
- Source:
(constant) ArrayOperator
配列オペレータ
- Source:
(constant) averageOperator
平均オペレータ
- Source:
(constant) divideOperator
除算オペレータ
- Source:
(constant) equalOperator
等価オペレータ
- Source:
(constant) falseOperator
false オペレータ
- Source:
(constant) greaterEqualOperator
大なりイコールオペレータ
(constant) greaterOperator
大なりオペレータ
- Source:
(constant) InfinityOperator
Infinity オペレータ
- Source:
(constant) lessEqualOperator
小なりイコールオペレータ
- Source:
(constant) lessOperator
小なりオペレータ
- Source:
(constant) modOperator
剰余オペレータ
- Source:
(constant) multiplyOperator
乗算オペレータ
- Source:
(constant) NaNOperator
NaN オペレータ
- Source:
(constant) notEqualOperator
不等価オペレータ
- Source:
(constant) notOperator
NOT オペレータ
- Source:
(constant) nullOperator
null オペレータ
- Source:
(constant) ObjectOperator
Object オペレータ
- Source:
(constant) orOperator
OR オペレータ
- Source:
(constant) powerOperator
べき乗オペレータ
- Source:
(constant) printOperator
print オペレータ
- Source:
(constant) rangeOperator
range オペレータ
- Source:
(constant) reverseOperator
reverse オペレータ
- Source:
(constant) sortOperator
ソートオペレータ
- Source:
(constant) subtractOperator
減算オペレータ
- Source:
(constant) summaryOperator
summary オペレータ
- Source:
(constant) toArrayOperator
toArray オペレータ
- Source:
(constant) toBooleanOperator
toBoolean オペレータ
- Source:
(constant) toJSONOperator
toJSON オペレータ
- Source:
(constant) toNumberOperator
toNumber オペレータ
- Source:
(constant) trueOperator
true オペレータ
- Source:
(constant) undefinedOperator
undefined オペレータ
- Source:
Type Definitions
Expression
Slawn 式
Type:
- Array.<(string|number)>
- Source:
Operator
Slawn オペレータ
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
arg |
number | 引数の数 |
body |
function | オペレータの処理部分 |
- Source: