Click or drag to resize

UtilValueUnitizer Method

[Missing <summary> documentation for "M:PolyFramework.Util.ValueUnitizer(System.Double,System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static double ValueUnitizer(
	double origVal,
	List<double> origList,
	List<double> unitList
)

Parameters

origVal
Type: SystemDouble

[Missing <param name="origVal"/> documentation for "M:PolyFramework.Util.ValueUnitizer(System.Double,System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

origList
Type: System.Collections.GenericListDouble

[Missing <param name="origList"/> documentation for "M:PolyFramework.Util.ValueUnitizer(System.Double,System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

unitList
Type: System.Collections.GenericListDouble

[Missing <param name="unitList"/> documentation for "M:PolyFramework.Util.ValueUnitizer(System.Double,System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

Return Value

Type: Double

[Missing <returns> documentation for "M:PolyFramework.Util.ValueUnitizer(System.Double,System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

See Also