RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Encodes a real number.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetReal( long value, byte magnitudeType ) |
Visual Basic |
---|
Public Sub SetReal ( _ value As Long, _ magnitudeType As Byte _ ) |
Visual C++ |
---|
public: void SetReal( long long value, unsigned char magnitudeType ) |
F# |
---|
member SetReal : value:int64 * magnitudeType:byte -> unit |
Parameters
- value
- Type: System..::..Int64
The long part of the value, without the magnitudeType applied.
- magnitudeType
- Type: System..::..Byte
Represents the precision before or after the decimal for the value. Value belongs to MagnitudeTypeEnum.Possible values are defined in MagnitudeTypeEnum.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |