C# 클래스 System.Number.NumberBuffer

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
digits Char*
precision Int32
scale Int32
sign System.Boolean

공개 메소드들

메소드 설명
NumberBuffer ( Byte stackBuffer ) : System
PackForNative ( ) : Byte*

메소드 상세

NumberBuffer() 공개 메소드

public NumberBuffer ( Byte stackBuffer ) : System
stackBuffer Byte
리턴 System

PackForNative() 공개 메소드

public PackForNative ( ) : Byte*
리턴 Byte*

프로퍼티 상세

digits 공개적으로 프로퍼티

public Char* digits
리턴 Char*

precision 공개적으로 프로퍼티

public Int32,System precision
리턴 Int32

scale 공개적으로 프로퍼티

public Int32,System scale
리턴 Int32

sign 공개적으로 프로퍼티

public Boolean,System sign
리턴 System.Boolean