RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Specifies a Float 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 SetFloat( float value, byte encodedType ) |
Visual Basic |
---|
Public Sub SetFloat ( _ value As Single, _ encodedType As Byte _ ) |
Visual C++ |
---|
public: void SetFloat( float value, unsigned char encodedType ) |
F# |
---|
member SetFloat : value:float32 * encodedType:byte -> unit |
Parameters
- value
- Type: System..::..Single
A Float data.
- encodedType
- Type: System..::..Byte
The encoding type.Possible values are defined in DataBuffer..::..DataBufferEncodedEnum.