RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets a Float data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public float Float { get; set; } |
Visual Basic |
---|
Public Property Float As Single Get Set |
Visual C++ |
---|
public: property float Float { float get (); void set (float value); } |
F# |
---|
member Float : float32 with get, set |
Field Value
A Float data.
For getting a Float data, the associated set accessor allows specification of select encodedTypes of LengthSpecified or Bit32Value.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid data type when getting a Float data. |