UndefinedFloatValue Class
The value that is used to represent undefined values in a float raster.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public class UndefinedFloatValue : UndefinedValueInheritance Hierarchy
System.Object
EngineObject
ResourceObject
UndefinedValue
UndefinedFloatValue
Platforms
Windows, Linux, Android
UndefinedFloatValue Members
The UndefinedFloatValue type has the following members.
Constructors
| Name | Description |
|---|---|
| UndefinedFloatValue | Initializes a new instance of the UndefinedIntValue class with the given value. |
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current UndefinedFloatValue has been disposed. Inherited from EngineObject |
| Name | Gets or sets the name of the UndefinedFloatValue. Inherited from ResourceObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current UndefinedFloatValue represents. Inherited from EngineObject |
| IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
| Value | Gets the value that is used to represent undefined values in a Raster. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |