Share via


PriceCalculation.WeightNumeratorX Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

The multiplier of the weight unit used in the price calculation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public ReadOnly Property WeightNumeratorX As Integer
public int WeightNumeratorX { get; }
public:
property int WeightNumeratorX {
    int get ();
}
/** @property */
public int get_WeightNumeratorX ()
public function get WeightNumeratorX () : int

Property Value

Returns Int32.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PriceCalculation Structure
PriceCalculation Members
Microsoft.PointOfService Namespace