NodeOPCUA API Documentation
    Preparing search index...

    Interface DoubleComplexNumberTypeOptions

    interface DoubleComplexNumberTypeOptions {
        imaginary?: number;
        real?: number;
    }
    Index

    Properties

    Properties

    imaginary?: number
    real?: number