Edit

Share via


JobOrderBy.Explicit(JobOrderBy to Byte) Operator

Definition

Converts the order by object to a byte.

public static explicit operator byte (Microsoft.Hpc.Scheduler.Properties.JobOrderBy orderby);
static member op_Explicit : Microsoft.Hpc.Scheduler.Properties.JobOrderBy -> byte
Public Shared Narrowing Operator CType (orderby As JobOrderBy) As Byte

Parameters

orderby
JobOrderBy

A JobOrderBy object to convert to a byte.

Returns

A byte that represents the converted order by object.

Applies to