UncIdDefsComputeId(Guid, UInt16, Byte, UInt16, Byte, Byte, UInt32) Method
Computes Uncertainty ID
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public static InputId ComputeId(
Guid globalId,
ushort influence,
byte ver,
ushort c63_48,
byte c47_40,
byte c39_32,
uint c31_0
)
Public Shared Function ComputeId (
globalId As Guid,
influence As UShort,
ver As Byte,
c63_48 As UShort,
c47_40 As Byte,
c39_32 As Byte,
c31_0 As UInteger
) As InputId
public:
static InputId ComputeId(
Guid globalId,
unsigned short influence,
unsigned char ver,
unsigned short c63_48,
unsigned char c47_40,
unsigned char c39_32,
unsigned int c31_0
)
static member ComputeId :
globalId : Guid *
influence : uint16 *
ver : byte *
c63_48 : uint16 *
c47_40 : byte *
c39_32 : byte *
c31_0 : uint32 -> InputId
- globalId Guid
- Global ID
- influence UInt16
- Unc Influence
- ver Byte
- Unc Generator Version
- c63_48 UInt16
- Counter 63 ... 48 bit
- c47_40 Byte
- Counter 47 ... 40 bit
- c39_32 Byte
- Counter 39 ... 32 bit
- c31_0 UInt32
- Counter 31 ... 0 bit
InputId