RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Specifies a Double data with the encoding type.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetDouble( double value, byte encodedType ) |
Visual Basic |
---|
Public Sub SetDouble ( _ value As Double, _ encodedType As Byte _ ) |
Visual C++ |
---|
public: void SetDouble( double value, unsigned char encodedType ) |
F# |
---|
member SetDouble : value:float * encodedType:byte -> unit |
Parameters
- value
- Type: System..::..Double
A Double data.
- encodedType
- Type: System..::..Byte
The encoding type.Possible values are defined in DataBuffer..::..DataBufferEncodedEnum.