Click or drag to resize

PERAlignedEncoderencodeConstraintNumber Method

Encoding of a constrained whole number ITU-T X.691. 10.5. NOTE – (Tutorial) This subclause is referenced by other clauses, and itself references earlier clauses for the production of a nonnegative-binary-integer or a 2's-complement-binary-integer encoding.

Namespace: GSF.ASN1.Coders.PER
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
protected virtual int encodeConstraintNumber(
	long val,
	long min,
	long max,
	BitArrayOutputStream stream
)
View Source

Parameters

val  Int64
 
min  Int64
 
max  Int64
 
stream  BitArrayOutputStream
 

Return Value

Int32
See Also