NodeOPCUA API Documentation
    Preparing search index...

    Variable schemaNumericRangeConst

    schemaNumericRange: {
        coerce: (value: any) => NumericRange;
        decode: (stream: BinaryStream, _value?: NumericRange) => NumericRange;
        defaultValue: () => NumericRange;
        encode: (numericRange: NumericRange, stream: OutputBinaryStream) => void;
        name: string;
        random: () => NumericRange;
        subType: string;
    } = ...

    Type Declaration