NodeOPCUA API Documentation
    Preparing search index...

    Interface ComplexNumberTypeOptions

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

    Properties

    Properties

    imaginary?: number
    real?: number