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