ResamplingMethod.Implicit Operator

Definition

Overloads

Implicit(String to ResamplingMethod)

Source:
ResamplingMethod.cs

Converts a string to a ResamplingMethod.

public static implicit operator Azure.Analytics.PlanetaryComputer.ResamplingMethod(string value);
static member op_Implicit : string -> Azure.Analytics.PlanetaryComputer.ResamplingMethod
Public Shared Widening Operator CType (value As String) As ResamplingMethod

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ResamplingMethod>)

Source:
ResamplingMethod.cs
public static implicit operator Azure.Analytics.PlanetaryComputer.ResamplingMethod?(string value);
static member op_Implicit : string -> Nullable<Azure.Analytics.PlanetaryComputer.ResamplingMethod>
Public Shared Widening Operator CType (value As String) As Nullable(Of ResamplingMethod)

Parameters

value
String

Returns

Applies to