namespace http://opcfoundation.org/UA/
nodeClass DataType
name ComplexNumberType
isAbstract false
interface DTComplexNumber {
    imaginary: number;
    real: number;
}

Hierarchy (view full)

Properties

Properties

imaginary: number
real: number