C# Class eveMarshal.PyFloat

Inheritance: PyObject
ファイルを表示 Open project: stschake/eveMarshal Class Usage Examples

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyFloat ( ) : System.IO
PyFloat ( double value ) : System.IO
ToString ( ) : string

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Decode() public method

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
return void

EncodeInternal() protected method

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
return void

PyFloat() public method

public PyFloat ( ) : System.IO
return System.IO

PyFloat() public method

public PyFloat ( double value ) : System.IO
value double
return System.IO

ToString() public method

public ToString ( ) : string
return string