Class OnedimensionalFunctionLookupTable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OnedimensionalFunctionLookupTable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredData
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OnedimensionalFunctionLookupTable : LookupTableBase<OnedimensionalFunctionLookupTable>, IEquatable<APIBase>
Properties
LookupTable
Declaration
public Vector2DListAccessor LookupTable { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Implements
System.IEquatable<T>