C# 클래스 Pokemon3D.Scripting.Types.SNumber

상속: SProtoObject
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConvertToScriptString string
Factory SNumber
SNumber System
SNumber System
SizeOf double
ToBool SBool
ToNumber SNumber
ToScriptObject string
ToScriptSource string
ToString SString
TryParse bool
TypeOf string

비공개 메소드들

메소드 설명
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