Share

DoubleForEquals.LessThanOrEqual Operator (DoubleForEquals, Decimal)


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 Decimal
) As Boolean

C#

public static bool operator <=(
	DoubleForEquals da,
	decimal db
)

Parameters

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

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?