Search
Preparing search index...
The search index is not available
node-opcua-client
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
NumericRange
Class NumericRange
Hierarchy
NumericRange
Implements
NumericalRange1
Index
Constructors
constructor
Properties
type
value
Numeric
Range
Type
coerce
empty
Methods
decode
encode
extract_
values
is
Defined
is
Empty
is
Valid
set_
values
to
Encodeable
String
toJSON
to
String
overlap
Constructors
constructor
new
Numeric
Range
(
value
?:
any
, secondValue
?:
any
)
:
NumericRange
Parameters
Optional
value:
any
Optional
secondValue:
any
Returns
NumericRange
Properties
type
type
:
NumericRangeType
value
value
:
NumericalRangeValueType
Static
Numeric
Range
Type
Numeric
Range
Type
:
NumericRangeType
= NumericRangeType
Static
coerce
coerce
:
coerceNumericRange
= coerceNumericRange
Static
empty
empty
:
NumericalRangeSingleValue
|
NumericalRangeArrayRange
|
NumericalRangeMatrixRange
|
NumericalRangeEmpty
|
NumericalRangeInvalid
= new NumericRange() as NumericalRange0
Methods
decode
decode
(
stream
:
BinaryStream
)
:
void
Parameters
stream:
BinaryStream
Returns
void
encode
encode
(
stream
:
OutputBinaryStream
)
:
void
Parameters
stream:
OutputBinaryStream
Returns
void
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
:
any
, newValues
:
any
)
:
object
Parameters
arrayToAlter:
any
newValues:
any
Returns
object
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
Globals
Numeric
Range
constructor
type
value
Numeric
Range
Type
coerce
empty
decode
encode
extract_
values
is
Defined
is
Empty
is
Valid
set_
values
to
Encodeable
String
toJSON
to
String
overlap
Generated using
TypeDoc
extract_values