[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Multiply

operator * Operator

operator *(int, PointerSize)

Scales a size by the given value.

Declaration
public static PointerSize operator *(int scale, PointerSize value)
Public Shared Operator *(scale As Integer, value As PointerSize) As PointerSize
Parameters
Type Name Description
int scale

The amount by which to scale the size.

PointerSize value

The size to scale.

Returns
Type Description
PointerSize

The scaled size.

operator *(PointerSize, int)

Scales a size by the given value.

Declaration
public static PointerSize operator *(PointerSize value, int scale)
Public Shared Operator *(value As PointerSize, scale As Integer) As PointerSize
Parameters
Type Name Description
PointerSize value

The size to scale.

int scale

The amount by which to scale the size.

Returns
Type Description
PointerSize

The scaled size.