RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Specifies an Int 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 SetInt( long value, byte encodedType ) |
Visual Basic |
---|
Public Sub SetInt ( _ value As Long, _ encodedType As Byte _ ) |
Visual C++ |
---|
public: void SetInt( long long value, unsigned char encodedType ) |
F# |
---|
member SetInt : value:int64 * encodedType:byte -> unit |
Parameters
- value
- Type: System..::..Int64
An Int data.
- encodedType
- Type: System..::..Byte
The encoding type.Possible values are defined in DataBuffer..::..DataBufferEncodedEnum.