Scale.SetUnitPriceWithWeightUnit(Decimal, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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