C# Class System.Number.NumberBuffer

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
digits Char*
precision Int32
scale Int32
sign System.Boolean

Méthodes publiques

Méthode Description
NumberBuffer ( Byte stackBuffer ) : System
PackForNative ( ) : Byte*

Method Details

NumberBuffer() public méthode

public NumberBuffer ( Byte stackBuffer ) : System
stackBuffer Byte
Résultat System

PackForNative() public méthode

public PackForNative ( ) : Byte*
Résultat Byte*

Property Details

digits public_oe property

public Char* digits
Résultat Char*

precision public_oe property

public Int32,System precision
Résultat Int32

scale public_oe property

public Int32,System scale
Résultat Int32

sign public_oe property

public Boolean,System sign
Résultat System.Boolean