C# 클래스 CSharpRTMP.Common.BigIntegerShell

파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Offset int

공개 메소드들

메소드 설명
BigIntegerShell ( BigInteger bi, int offset, int length ) : System
operator ( ) : BigInteger
this ( int pos ) : uint

메소드 상세

BigIntegerShell() 공개 메소드

public BigIntegerShell ( BigInteger bi, int offset, int length ) : System
bi BigInteger
offset int
length int
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : BigInteger
리턴 BigInteger

this() 공개 메소드

public this ( int pos ) : uint
pos int
리턴 uint

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int