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