QOpcUaDoubleComplexNumber 类

OPC UA DoubleComplexNumber 类型。 更多...

头文件 #include <QOpcUaDoubleComplexNumber>
CMakefind_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmakeQT += opcua

公共函数

QOpcUaDoubleComplexNumber()
QOpcUaDoubleComplexNumber(double real, double imaginary)
doubleimaginary() const
doublereal() const
voidsetImaginary(double imaginary)
voidsetReal(double real)
QVariantoperator QVariant() const
QOpcUaDoubleComplexNumber &operator=(const QOpcUaDoubleComplexNumber &rhs)
booloperator==(const QOpcUaDoubleComplexNumber &rhs) const

详细描述

OPC UA 1.05 第 8 部分 5.6.5 中定义的 DoubleComplexNumberType。它存储双精度复数。

成员函数文档

QOpcUaDoubleComplexNumber::QOpcUaDoubleComplexNumber()

默认构造一个没有设置参数的双精度复数。

QOpcUaDoubleComplexNumber::QOpcUaDoubleComplexNumber(double real, double imaginary)

使用实部 real 和虚部 imaginary 构造一个双精度复数。

double QOpcUaDoubleComplexNumber::imaginary() const

返回复数的虚部。

另请参阅setImaginary().

double QOpcUaDoubleComplexNumber::real() const

返回复数的实部。

另请参阅setReal().

void QOpcUaDoubleComplexNumber::setImaginary(double imaginary)

将复数的虚部设置为 imaginary

另请参阅imaginary().

void QOpcUaDoubleComplexNumber::setReal(double real)

将复数的实部设置为 real

另请参阅real().

QVariant QOpcUaDoubleComplexNumber::operator QVariant() const

将此双复数转换为 QVariant

QOpcUaDoubleComplexNumber & QOpcUaDoubleComplexNumber::operator=(const QOpcUaDoubleComplexNumber &rhs)

rhs 的值设置到本双复数中。

bool QOpcUaDoubleComplexNumber::operator==(const QOpcUaDoubleComplexNumber &rhs) const

如果此双复数与 rhs 有相同值,则返回 true

© 2024 Qt 公司有限公司。此处包含的文档贡献归其各自所有者所有。此处提供的文档是在自由软件基金会发布的 GNU 自由文档许可证版本 1.3 的条款下授权的。Qt 以及相关的标志是芬兰和/或其他国家的 Qt 公司的商标。所有其他商标均为其各自所有者所有。