Method AllOnesValueFor
AllOnesValueFor(ITypeRef)
Creates a constant instance of typeRef
with all bits in the instance set to 1
Declaration
public static Constant AllOnesValueFor(ITypeRef typeRef)
Parameters
public static Constant AllOnesValueFor(ITypeRef typeRef)
ITypeRef | typeRef | Type of value to create |
Returns
Constant | Constant for the type with all instance bits set to 1 |