Click or drag to resize

IFloat Interface

X#
This interface defines FLOAT values

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE IFloat

The IFloat type exposes the following members.

Properties
  NameDescription
Public propertyDecimals
Number of decimals.
Public propertyDigits
Number of digits (includes the optional decimal separator and decimals).
Public propertyValue
Double value of the Float
Top
See Also