Go to the source code of this file.
|
| VDF_API VdfIndexedWeightsOperand | operator+ (double, const VdfIndexedWeightsOperand &) |
| | Declare the double arithmetic and comparison free function overloads.
|
| |
|
VDF_API VdfIndexedWeightsOperand | operator- (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator* (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator/ (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator> (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator< (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator>= (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator<= (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator== (double, const VdfIndexedWeightsOperand &) |
| |
|
VDF_API VdfIndexedWeightsOperand | operator!= (double, const VdfIndexedWeightsOperand &) |
| |
◆ operator+()
Declare the double arithmetic and comparison free function overloads.