More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"> | <div id="mw-page-base" class="noprint"></div><div id="mw-head-base" class="noprint"></div><!-- content --><div id="content" class="mw-body" role="main"><div id="mw-js-message" style="display:none;" lang="english (gb)" dir="ltr"></div><!-- firstHeading --> | ||
= <span dir="auto">Number class</span> = | |||
<!-- /firstHeading --><!-- bodyContent --><div id="bodyContent"><!-- tagline --><div id="siteSub">From Catglobe Wiki</div><!-- /tagline --><!-- subtitle --><div id="contentSub" lang="english (gb)" dir="ltr"></div><!-- /subtitle --><!-- jumpto --><div id="jump-to-nav" class="mw-jump">Jump to: [[#mw-navigation|navigation]], [[#p-search|search]]</div><!-- /jumpto --><!-- bodycontent --><div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"> | |||
= <span class="mw-headline" id="Number">Number</span> = | = <span class="mw-headline" id="Number">Number</span> = | ||
Line 6: | Line 8: | ||
The number object | The number object | ||
=== <span class="mw-headline" id="Constructors"><span style="color: #DF8621;">'''Constructors'''</span></span> === | === <span class="mw-headline" id="Constructors"><span style="color:#DF8621;">'''Constructors'''</span></span> === | ||
*'''( | *'''([[/index.php/String_class|string]] value '''"Value to give object"''')''' - New object with the given value | ||
*'''('''number''' value '''"Value to give object"''')''' - New object with the given value | *'''('''number''' value '''"Value to give object"''')''' - New object with the given value | ||
=== <span class="mw-headline" id="Methods"><span style="color: #DF8621;">'''Methods'''</span></span> === | === <span class="mw-headline" id="Methods"><span style="color:#DF8621;">'''Methods'''</span></span> === | ||
*''' | *'''[[/index.php/String_class|string]] ToString()''' - The string representation of the object. | ||
=== <span class="mw-headline" id="Properties"><span style="color: #DF8621;">'''Properties'''</span></span> === | === <span class="mw-headline" id="Properties"><span style="color:#DF8621;">'''Properties'''</span></span> === | ||
*''' | *'''[[/index.php/String_class|string]] ObjectTypeName { get; }''' - The name of the type of object. | ||
*''' | *'''[[/index.php/TypeInformation_class|TypeInformation]] TypeInformation { get; }''' - Get information about this class. | ||
</div> | <!-- | ||
NewPP limit report | |||
Preprocessor visited node count: 306/1000000 | |||
Preprocessor generated node count: 1153/1000000 | |||
Post‐expand include size: 2766/2097152 bytes | |||
Template argument size: 2662/2097152 bytes | |||
Highest expansion depth: 8/40 | |||
Expensive parser function count: 0/100 | |||
--><!-- Saved in parser cache with key catglobewiki:pcache:idhash:6133-0!*!0!!*!*!* and timestamp 20151206143219 --></div><!-- /bodycontent --><!-- printfooter --><div class="printfooter">Retrieved from "[http://wiki.catglobe.com/index.php?title=Number_class&oldid=20974 http://wiki.catglobe.com/index.php?title=Number_class&oldid=20974]"</div><!-- /printfooter --><!-- catlinks --><div id="catlinks" class="catlinks"><div id="mw-normal-catlinks" class="mw-normal-catlinks">[[/index.php/Special:Categories|Category]]:*[[/index.php/Category:Classes|Classes]] | |||
</div></div><!-- /catlinks --><div class="visualClear"></div><!-- debughtml --><!-- /debughtml --></div><!-- /bodyContent --></div><!-- /content --><div id="mw-navigation"> | |||
== Navigation menu == | |||
<!-- header --><div id="mw-head"><!-- 0 --><div id="p-personal" role="navigation"> | |||
=== Personal tools === | |||
*[[/index.php/User:Hovietluu|Hovietluu]] | |||
*[[/index.php/User_talk:Hovietluu|Talk]] | |||
*[[/index.php/Special:Preferences|Preferences]] | |||
*[[/index.php/Special:Watchlist|Watchlist]] | |||
*[[/index.php/Special:Contributions/Hovietluu|Contributions]] | |||
*[[/index.php?title=Special:UserLogout&returnto=Number+class|Log out]] | |||
</div></div></div> |
Revision as of 14:46, 6 December 2015
Number class
From Catglobe Wiki
Number
The number object
Constructors
- (string value "Value to give object") - New object with the given value
- (number value "Value to give object") - New object with the given value
Methods
- string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.