Link Search Menu Expand Document

Weight Constructor

Initializes a new instance of the Weight class

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public Weight(
	Nullable<WeightRange> weightRange,
	Nullable<double> kilograms,
	bool isMetric
)

Parameters

weightRange
Type: SystemNullableWeightRange

[Missing <param name="weightRange"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]

kilograms
Type: SystemNullableDouble

[Missing <param name="kilograms"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]

isMetric
Type: SystemBoolean

[Missing <param name="isMetric"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]

See Also

Reference