UncIdDefsComputeId(Guid, UInt16, Byte, UInt16, Byte, Byte, UInt32) Method

Computes Uncertainty ID

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static InputId ComputeId(
	Guid globalId,
	ushort influence,
	byte ver,
	ushort c63_48,
	byte c47_40,
	byte c39_32,
	uint c31_0
)

Parameters

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

Return Value

InputId

See Also