OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.BigFloatConverter Class Reference

Converter for OpenTAP arbitrary precision number types. More...

Inherits TypeConverter.

Public Member Functions

override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
 returns true if it can convert from More...
 
override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
 Converts from an object to a number. More...
 
override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
 Converts to a number. More...
 

Detailed Description

Converter for OpenTAP arbitrary precision number types.

Member Function Documentation

◆ CanConvertFrom()

override bool OpenTap.BigFloatConverter.CanConvertFrom ( ITypeDescriptorContext  context,
Type  sourceType 
)
inline

returns true if it can convert from

Parameters
context
sourceType
Returns

◆ ConvertFrom()

override object OpenTap.BigFloatConverter.ConvertFrom ( ITypeDescriptorContext  context,
CultureInfo  culture,
object  value 
)
inline

Converts from an object to a number.

Parameters
context
culture
value
Returns

◆ ConvertTo()

override object OpenTap.BigFloatConverter.ConvertTo ( ITypeDescriptorContext  context,
CultureInfo  culture,
object  value,
Type  destinationType 
)
inline

Converts to a number.

Parameters
context
culture
value
destinationType
Returns

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41