JobOrderByList.Explicit Operator

Definition

Overloads

Explicit(JobOrderByList to Int32)

Converts the list to an integer

Explicit(Int32 to JobOrderByList)

Converts the integer back to an order by list.

Explicit(JobOrderByList to Int32)

Converts the list to an integer

public static explicit operator int (Microsoft.Hpc.Scheduler.Properties.JobOrderByList orderbys);
static member op_Explicit : Microsoft.Hpc.Scheduler.Properties.JobOrderByList -> int
Public Shared Narrowing Operator CType (orderbys As JobOrderByList) As Integer

Parameters

orderbys
JobOrderByList

The list to convert to an integer

Returns

An integer that represents the converted list.

Applies to

Explicit(Int32 to JobOrderByList)

Converts the integer back to an order by list.

public static explicit operator Microsoft.Hpc.Scheduler.Properties.JobOrderByList (int number);
static member op_Explicit : int -> Microsoft.Hpc.Scheduler.Properties.JobOrderByList
Public Shared Narrowing Operator CType (number As Integer) As JobOrderByList

Parameters

number
Int32

The number to convert back to an order by list.

Returns

An JobOrderByList object that represents the converted integer.

Applies to