C# Class System.Number.NumberBuffer

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
digits Char*
precision Int32
scale Int32
sign System.Boolean

Public Methods

Method Description
NumberBuffer ( Byte stackBuffer ) : System
PackForNative ( ) : Byte*

Method Details

NumberBuffer() public method

public NumberBuffer ( Byte stackBuffer ) : System
stackBuffer Byte
return System

PackForNative() public method

public PackForNative ( ) : Byte*
return Byte*

Property Details

digits public_oe property

public Char* digits
return Char*

precision public_oe property

public Int32,System precision
return Int32

scale public_oe property

public Int32,System scale
return Int32

sign public_oe property

public Boolean,System sign
return System.Boolean