cheminfo-types
    Preparing search index...

    Interface DataXReIm<ArrayType>

    interface DataXReIm<ArrayType extends NumberArray = NumberArray> {
        im: ArrayType;
        re: ArrayType;
        x: ArrayType;
    }

    Type Parameters

    Index

    Properties

    Properties

    Array of im values

    Array of re values

    Array of x values