|
GHUtilsconvert Method (IGH_Goo, Double)
|
Convert given item to double and return true if successful.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static bool convert(
IGH_Goo item,
ref double value
)
Public Shared Function convert (
item As IGH_Goo,
ByRef value As Double
) As Boolean
public:
static bool convert(
IGH_Goo^ item,
double% value
)
static member convert :
item : IGH_Goo *
value : float byref -> bool
Parameters
- item
- Type: IGH_Goo
item to be converted. - value
- Type: SystemDouble
resulting doiuble value.
Return Value
Type:
Booleantrue on success.
See Also