Share

DoubleForEquals.GreaterThan Operator (DoubleForEquals, Single)


Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Public Shared Operator > ( 
	da As DoubleForEquals,
	db As Single
) As Boolean

C#

public static bool operator >(
	DoubleForEquals da,
	float db
)

Parameters

da
Type: Autodesk.iLogic.Interfaces.DoubleForEquals
db
Type: System.Single

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?