Difference between revisions of "FixedCrossTableDataItem class"
Line 1: | Line 1: | ||
− | <div> | + | <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"> |
− | === <span style="color:# | + | = <span class="mw-headline" id="Number">Number</span> = |
− | + | ||
− | === <span style="color:# | + | |
− | + | ||
− | === <span style="color:# | + | The number object |
− | + | ||
− | + | === <span class="mw-headline" id="Constructors"><span style="color: #DF8621;">'''Constructors'''</span></span> === | |
− | + | ||
+ | *'''(<a href="/index.php/String_class" title="String class">string</a> 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> === | ||
+ | |||
+ | *'''<a href="/index.php/String_class" title="String class">string</a> ToString()''' - The string representation of the object. | ||
+ | |||
+ | === <span class="mw-headline" id="Properties"><span style="color: #DF8621;">'''Properties'''</span></span> === | ||
+ | |||
+ | *'''<a href="/index.php/String_class" title="String class">string</a> ObjectTypeName { get; }''' - The name of the type of object. | ||
+ | *'''<a href="/index.php/TypeInformation_class" title="TypeInformation class">TypeInformation</a> TypeInformation { get; }''' - Get information about this class. | ||
+ | </div> |
Revision as of 15:45, 6 December 2015
Number
The number object
Constructors
- (<a href="/index.php/String_class" title="String class">string</a> value "Value to give object") - New object with the given value
- (number value "Value to give object") - New object with the given value
Methods
- <a href="/index.php/String_class" title="String class">string</a> ToString() - The string representation of the object.
Properties
- <a href="/index.php/String_class" title="String class">string</a> ObjectTypeName { get; } - The name of the type of object.
- <a href="/index.php/TypeInformation_class" title="TypeInformation class">TypeInformation</a> TypeInformation { get; } - Get information about this class.