SelMethod Struct

Definition

Xarray indexing method to use for inexact matches.

public readonly struct SelMethod : IEquatable<Azure.Analytics.PlanetaryComputer.SelMethod>
type SelMethod = struct
Public Structure SelMethod
Implements IEquatable(Of SelMethod)
Inheritance
SelMethod
Implements

Constructors

Name Description
SelMethod(String)

Initializes a new instance of SelMethod.

Properties

Name Description
Area

Area-weighted interpolation.

Bilinear

Bilinear interpolation.

Cubic

Cubic interpolation.

CubicSpline

Cubic spline interpolation.

Lanczos

Lanczos interpolation.

Linear

Linear interpolation.

Mode

Mode (most common) value.

Nearest

Nearest neighbor method.

Methods

Name Description
Equals(SelMethod)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SelMethod, SelMethod)

Determines if two SelMethod values are the same.

Implicit(String to Nullable<SelMethod>)
Implicit(String to SelMethod)

Converts a string to a SelMethod.

Inequality(SelMethod, SelMethod)

Determines if two SelMethod values are not the same.

Applies to