Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetMedian: Difference between revisions

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Median functions]]
{{HelpFiles}}  
{{HelpFiles}}


=====getMedian=====
===== getMedian =====


Returns the current state of the median row which can be shown for table diagrams.
Returns the current state of the median row which can be shown for table diagrams.  


'''Syntax'''
'''Syntax'''  


getMedian()
getMedian()  


'''Arguments'''
'''Arguments'''  


none
none  


'''Return type'''
'''Return type'''  


boolean
boolean  


'''Examples'''
'''Examples'''  


''bool b = getMedian();''
''bool b = getMedian();''


'''Availability'''
''if (b) print("Median row is enabled and can be shown for table diagrams.");''


Version 5.4
''else print("Median row is disabled and cannot be shown for table diagrams.");''
__NOTOC__
 
<!-- imported from file: 4211.htm-->
''//Result: Median row is disabled and cannot be shown for table diagrams. ''
 
'''Availability'''
 
Version 5.4 __NOTOC__ <!-- imported from file: 4211.htm-->  
 
[[Category:Median_functions]]

Latest revision as of 10:56, 26 December 2011



getMedian

Returns the current state of the median row which can be shown for table diagrams.

Syntax

getMedian()

Arguments

none

Return type

boolean

Examples

bool b = getMedian();

if (b) print("Median row is enabled and can be shown for table diagrams.");

else print("Median row is disabled and cannot be shown for table diagrams.");

//Result: Median row is disabled and cannot be shown for table diagrams.

Availability

Version 5.4