Scale.SetUnitPriceWithWeightUnit(Decimal, Int32, Int32, Int32) Method

Definition

public abstract void SetUnitPriceWithWeightUnit (decimal unitPrice, int weightUnit, int weightNumerator, int weightDenominator);
abstract member SetUnitPriceWithWeightUnit : decimal * int * int * int -> unit
Public MustOverride Sub SetUnitPriceWithWeightUnit (unitPrice As Decimal, weightUnit As Integer, weightNumerator As Integer, weightDenominator As Integer)

Parameters

unitPrice
Decimal
weightUnit
Int32
weightNumerator
Int32
weightDenominator
Int32

Applies to