OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::DataTypes::Float Class Reference

Represents OTX Float DataType. More...

#include <PrimitiveDataType.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::DataTypes::Float:
Inheritance graph

Public Member Functions

 Float (double value)
 Initializes a new instance of the Float class. More...
 
double GetPrimitive ()
 Gets primitive value. More...
 
std::string ToLiteralString () const
 Gets literal string. More...
 

Detailed Description

Represents OTX Float DataType.

Constructor & Destructor Documentation

◆ Float()

OpenTestSystem::Otx::Runtime::Api::DataTypes::Float::Float ( double  value)

Initializes a new instance of the Float class.

Parameters
valuePrimitive value

Member Function Documentation

◆ GetPrimitive()

double OpenTestSystem::Otx::Runtime::Api::DataTypes::Float::GetPrimitive ( )

Gets primitive value.

Returns
Primitive value.

◆ ToLiteralString()

std::string OpenTestSystem::Otx::Runtime::Api::DataTypes::Float::ToLiteralString ( ) const
virtual

Gets literal string.

Returns
Literal string.

Reimplemented from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object.


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