Share

DoubleForEquals Explicit Conversion (String to DoubleForEquals)


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

Syntax

VB

Public Shared Narrowing Operator CType ( 
	s1 As String
) As DoubleForEquals

C#

public static explicit operator DoubleForEquals (
	string s1
)

Parameters

s1
Type: System.String

Return Value

Type: DoubleForEquals

See Also

Reference

Was this information helpful?