C# Класс Pokemon3D.Scripting.Types.SNumber

Наследование: SProtoObject
Показать файл Открыть проект Примеры использования класса

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