Table of Contents

Class KBValue

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

KB值

public class KBValue
Inheritance
KBValue
Inherited Members
Extension Methods

Constructors

KBValue()

构造

public KBValue()

KBValue(double, double)

构造

public KBValue(double k, double b)

Parameters

k double

K值

b double

B值

Properties

B

B值

public double B { get; set; }

Property Value

double

K

K值

public double K { get; set; }

Property Value

double

Null

空值

public static KBValue Null { get; }

Property Value

KBValue