Table of Contents

Class ValueConversionUnit

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public sealed record ValueConversionUnit : IEquatable<ValueConversionUnit>
Inheritance
ValueConversionUnit
Implements
Inherited Members

Constructors

ValueConversionUnit(string, double)

public ValueConversionUnit(string Label, double Factor)

Parameters

Label string
Factor double

Properties

Factor

public double Factor { get; init; }

Property Value

double

Label

public string Label { get; init; }

Property Value

string
To top