cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
IntValue
Class IntValue
64-bit signed integer value
Index
Properties
kind
Neg
One
One
Zero
Methods
add
compare
cost
divide
equal
eval
id
modulo
multiply
negate
subtract
to
String
type
value
of
Properties
Readonly
kind
kind
:
ValueKind
= "int"
Static
Readonly
Neg
One
NegOne
:
IntValue
= ...
Static
Readonly
One
One
:
IntValue
= ...
Static
Readonly
Zero
Zero
:
IntValue
= ...
Methods
add
add
(
other
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
other
:
IntValue
Returns
IntValue
|
ErrorValue
compare
compare
(
other
:
IntValue
)
:
number
Parameters
other
:
IntValue
Returns
number
cost
cost
()
:
number
Returns
number
divide
divide
(
other
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
other
:
IntValue
Returns
IntValue
|
ErrorValue
equal
equal
(
other
:
Value
)
:
Value
Parameters
other
:
Value
Returns
Value
eval
eval
(
_activation
:
Activation
)
:
Value
Parameters
_activation
:
Activation
Returns
Value
id
id
()
:
number
Returns
number
modulo
modulo
(
other
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
other
:
IntValue
Returns
IntValue
|
ErrorValue
multiply
multiply
(
other
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
other
:
IntValue
Returns
IntValue
|
ErrorValue
negate
negate
()
:
IntValue
|
ErrorValue
Returns
IntValue
|
ErrorValue
subtract
subtract
(
other
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
other
:
IntValue
Returns
IntValue
|
ErrorValue
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
value
value
()
:
bigint
Returns
bigint
Static
of
of
(
val
:
number
|
bigint
)
:
IntValue
Parameters
val
:
number
|
bigint
Returns
IntValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
Neg
One
One
Zero
Methods
add
compare
cost
divide
equal
eval
id
modulo
multiply
negate
subtract
to
String
type
value
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
64-bit signed integer value