paceval. 4.26
Documentation of the paceval. source-code, Copyright ©1994-2024. Version 1.x, 2.x, 3.x, 4.x ©1994-2025 Joerg Koenning & paceval UG [Registered Trade Mark] All rights reserved., Author(s) : Joerg Koenning
Loading...
Searching...
No Matches
Public Attributes | List of all members
paceval_sValueOperatorAsData Class Reference

The struct paceval_sValueOperatorAsData is used when necessary by the struct paceval_sNodeSpecificData and stores the floating point value at this node in all available precisions. More...

#include "inc/paceval_cAtomicGraphNode.h"

Collaboration diagram for paceval_sValueOperatorAsData:
Collaboration graph

Public Attributes

long double valueOperatorAsLongDouble
 
bool valueOperatorAsLongDoubleIsTrusted
 
double valueOperatorAsDouble
 
bool valueOperatorAsDoubleIsTrusted
 
float valueOperatorAsFloat
 
bool valueOperatorAsFloatIsTrusted
 

Detailed Description

The struct paceval_sValueOperatorAsData is used when necessary by the struct paceval_sNodeSpecificData and stores the floating point value at this node in all available precisions.

Member Data Documentation

◆ valueOperatorAsDouble

double paceval_sValueOperatorAsData::valueOperatorAsDouble

stores the value in precision double

◆ valueOperatorAsDoubleIsTrusted

bool paceval_sValueOperatorAsData::valueOperatorAsDoubleIsTrusted

stores whether the double value is trusted (true) or not trusted (false)

◆ valueOperatorAsFloat

float paceval_sValueOperatorAsData::valueOperatorAsFloat

stores the value in precision float

◆ valueOperatorAsFloatIsTrusted

bool paceval_sValueOperatorAsData::valueOperatorAsFloatIsTrusted

stores whether the float value is trusted (true) or not trusted (false)

◆ valueOperatorAsLongDouble

long double paceval_sValueOperatorAsData::valueOperatorAsLongDouble

stores the value in precision long double

◆ valueOperatorAsLongDoubleIsTrusted

bool paceval_sValueOperatorAsData::valueOperatorAsLongDoubleIsTrusted

stores whether the long double value is trusted (true) or not trusted (false)


The documentation for this class was generated from the following file:

https://paceval.com