Class MappedValue
- Namespace
- VisioForge.Core.Metadata.KLV
- Assembly
- VisioForge.Core.dll
Represents a mapped value.
public class MappedValue : BaseValueInheritance
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
valuebyte[]-
The value.
domainTuple<double, double>-
The domain.
rangeTuple<double, double>-
The range.
errordouble?-
The error.
Fields
Domain
The domain of the mapped value.
public Tuple<double, double> DomainField Value
Error
The error of the mapped value.
public double? ErrorField Value
Range
The range of the mapped value.
public Tuple<double, double> RangeField Value
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.