Click or drag to resize

UnitConversionExtensiontoBase Method

converts given list of numbers to the base unit of the conversion

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static GH_Structure<GH_Number> toBase(
	this UnitConversion uconv,
	GH_Structure<GH_Number> nums
)

Parameters

uconv
Type: Karamba.UtilitiesUnitConversion

[Missing <param name="uconv"/> documentation for "M:Karamba.GHopper.Utilities.UnitConversionExtension.toBase(Karamba.Utilities.UnitConversion,Grasshopper.Kernel.Data.GH_Structure{Grasshopper.Kernel.Types.GH_Number})"]

nums
Type: GH_StructureGH_Number
list of numbers to be converted

Return Value

Type: GH_StructureGH_Number
converted list of numbers

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UnitConversion. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also