Table of Contents

Class MappedValue

Namespace
VisioForge.Core.Metadata.KLV
Assembly
VisioForge.Core.dll

Represents a mapped value.

public class MappedValue : BaseValue

Inheritance

Inherited Members

Constructors

MappedValue(byte[], Tuple<double, double>, Tuple<double, double>, double?)

Initializes a new instance of the VisioForge.Core.Metadata.KLV.MappedValue class.

public MappedValue(byte[] value, Tuple<double, double> domain, Tuple<double, double> range, double? error)

Parameters

value byte[]

The value.

domain Tuple<double, double>

The domain.

range Tuple<double, double>

The range.

error double?

The error.

Fields

Domain

The domain of the mapped value.

public Tuple<double, double> Domain

Field Value

Tuple<double, double>

Error

The error of the mapped value.

public double? Error

Field Value

double?

Range

The range of the mapped value.

public Tuple<double, double> Range

Field Value

Tuple<double, double>

Methods

Bytes()

Returns the bytes of the value.

public override byte[] Bytes()

Returns

byte[]

The bytes of the value.

Float()

Returns the float value.

public virtual float[] Float()

Returns

float[]

The float value.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.