Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
NumericRange
Globals
Class NumericRange
Hierarchy
NumericRange
Implements
NumericalRange1
Constructors
constructor
Properties
type
value
NumericRangeType
coerce
empty
schema
Methods
extract_values
isDefined
isEmpty
isValid
set_values
toEncodeableString
toJSON
toString
overlap
Constructors
constructor
new
Numeric
Range
(
value
?:
null
|
string
|
number
|
number
[]
, secondValue
?:
number
)
:
NumericRange
Parameters
Optional
value:
null
|
string
|
number
|
number
[]
Optional
secondValue:
number
Returns
NumericRange
Properties
type
type
:
NumericRangeType
value
value
:
NumericalRangeValueType
Static
Numeric
Range
Type
Numeric
Range
Type
:
NumericRangeType
= NumericRangeType
Static
coerce
coerce
:
coerceNumericRange
= coerceNumericRange
Static
Readonly
empty
empty
:
NumericalRange0
= new NumericRange() as NumericalRange0
Static
schema
schema
:
object
= schemaNumericRange
Type declaration
coerce
:
coerceNumericRange
decode
:
decodeNumericRange
encode
:
encodeNumericRange
name
:
string
sub
Type
:
string
default
Value
:
function
default
Value
(
)
:
NumericRange
Returns
NumericRange
random
:
function
random
(
)
:
NumericRange
Returns
NumericRange
Methods
extract_
values
extract_
values<U, T>
(
array
:
T
, dimensions
?:
number
[]
)
:
ExtractResult
<
T
>
method
extract_values
Type parameters
U
T
:
ArrayLike
<
U
>
Parameters
array:
T
flat array containing values or string
Optional
dimensions:
number
[]
Returns
ExtractResult
<
T
>
is
Defined
is
Defined
(
)
:
boolean
Returns
boolean
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
is
Valid
is
Valid
(
)
:
boolean
Returns
boolean
set_
values
set_
values
(
arrayToAlter
:
Buffer
|
[]
, newValues
:
Buffer
|
[]
)
:
object
Parameters
arrayToAlter:
Buffer
|
[]
newValues:
Buffer
|
[]
Returns
object
array
:
any
status
Code
:
ConstantStatusCode
to
Encodeable
String
to
Encodeable
String
(
)
:
UAString
Returns
UAString
toJSON
toJSON
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns
string
Static
overlap
overlap
(
nr1
?:
NumericalRange0
, nr2
?:
NumericalRange0
)
:
boolean
Parameters
Optional
nr1:
NumericalRange0
Optional
nr2:
NumericalRange0
Returns
boolean
Numeric
Range
constructor
type
value
Numeric
Range
Type
coerce
empty
schema
extract_
values
is
Defined
is
Empty
is
Valid
set_
values
to
Encodeable
String
toJSON
to
String
overlap
Generated using
TypeDoc
extract_values