Edit

Share via


UnicodeFunctions.TryDecompose Method

Definition

Overloads

TryDecompose(Int32, Int32, Int32)

public bool TryDecompose(int ab, out int a, out int b);

Parameters

ab
Int32
a
Int32
b
Int32

Returns

Applies to

TryDecompose(UInt32, UInt32, UInt32)

public bool TryDecompose(uint ab, out uint a, out uint b);

Parameters

ab
UInt32
a
UInt32
b
UInt32

Returns

Applies to