C# Class Pokemon3D.Scripting.Types.SNumber

Inheritance: SProtoObject
Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Private Properties

Property Type Description
ConvertToScriptString string
Factory SNumber
SNumber System
SNumber System
SizeOf double
ToBool SBool
ToNumber SNumber
ToScriptObject string
ToScriptSource string
ToString SString
TryParse bool
TypeOf string

Private Methods

Method Description
ConvertToScriptString ( double value ) : string

Converts the value to the script representation.

Factory ( double value ) : SNumber

Creates an instance of the SNumber class and sets an initial value.

SNumber ( ) : System

Creates a new instance of the SNumber class without setting a default value.

SNumber ( double value ) : System
SizeOf ( ) : double
ToBool ( ScriptProcessor processor ) : SBool
ToNumber ( ScriptProcessor processor ) : SNumber
ToScriptObject ( ) : string
ToScriptSource ( ) : string
ToString ( ScriptProcessor processor ) : SString
TryParse ( string input, double &result ) : bool

Tries to parse a numeric input to a double. Returns true for success.

TypeOf ( ) : string