C# 클래스 NewTOAPIA.Net.Udt.CSeqNo

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
decseq ( Int32 seq ) : Int32
incseq ( Int32 seq ) : Int32
incseq ( Int32 seq, Int32 inc ) : Int32
seqcmp ( Int32 seq1, Int32 seq2 ) : int
seqlen ( Int32 seq1, Int32 seq2 ) : int
seqoff ( Int32 seq1, Int32 seq2 ) : int

메소드 상세

decseq() 공개 정적인 메소드

public static decseq ( Int32 seq ) : Int32
seq System.Int32
리턴 System.Int32

incseq() 공개 정적인 메소드

public static incseq ( Int32 seq ) : Int32
seq System.Int32
리턴 System.Int32

incseq() 공개 정적인 메소드

public static incseq ( Int32 seq, Int32 inc ) : Int32
seq System.Int32
inc System.Int32
리턴 System.Int32

seqcmp() 공개 정적인 메소드

public static seqcmp ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
리턴 int

seqlen() 공개 정적인 메소드

public static seqlen ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
리턴 int

seqoff() 공개 정적인 메소드

public static seqoff ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
리턴 int