ActiveReports 9
Less Than Operator

the Length
the Length
All numeric and enumeration types define a "less than" relational operator (<) that returns true if the first operand is less than the second, false otherwise.
Syntax
'Declaration
 
Public Operator <( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As System.Boolean
public System.bool operator <( 
   Length unit1,
   Length unit2
)

Parameters

unit1
the Length
unit2
the Length
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Length Structure
Length Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum