cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
UintValue
Class UintValue
64-bit unsigned integer value
Index
Properties
kind
One
Zero
Methods
add
compare
cost
divide
equal
eval
id
modulo
multiply
subtract
to
String
type
value
of
Properties
Readonly
kind
kind
:
ValueKind
= "uint"
Static
Readonly
One
One
:
UintValue
= ...
Static
Readonly
Zero
Zero
:
UintValue
= ...
Methods
add
add
(
other
:
UintValue
)
:
UintValue
|
ErrorValue
Parameters
other
:
UintValue
Returns
UintValue
|
ErrorValue
compare
compare
(
other
:
UintValue
)
:
number
Parameters
other
:
UintValue
Returns
number
cost
cost
()
:
number
Returns
number
divide
divide
(
other
:
UintValue
)
:
UintValue
|
ErrorValue
Parameters
other
:
UintValue
Returns
UintValue
|
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
:
UintValue
)
:
UintValue
|
ErrorValue
Parameters
other
:
UintValue
Returns
UintValue
|
ErrorValue
multiply
multiply
(
other
:
UintValue
)
:
UintValue
|
ErrorValue
Parameters
other
:
UintValue
Returns
UintValue
|
ErrorValue
subtract
subtract
(
other
:
UintValue
)
:
UintValue
|
ErrorValue
Parameters
other
:
UintValue
Returns
UintValue
|
ErrorValue
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
value
value
()
:
bigint
Returns
bigint
Static
of
of
(
val
:
number
|
bigint
)
:
UintValue
Parameters
val
:
number
|
bigint
Returns
UintValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
One
Zero
Methods
add
compare
cost
divide
equal
eval
id
modulo
multiply
subtract
to
String
type
value
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
64-bit unsigned integer value