Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class Extensions
type Extensions = class
Public Module Extensions
- Inheritance
-
Extensions
Methods
| GetIds(IQArray<Qubit>) |
Returns the ids of a qubit array as a uint[] |
| InitBuiltinOperations<T>(Factory<T>, Type) |
Automatically identifies and registers a Type's BuiltIn operations. It recursively checks on this and its BaseType for all NestedTypes that are a subclass of T and registers as the override of the BaseType it implements. |
| Reverse(String) |
Reverses the string. |
| ToUnsignedBitString(BigInteger, Int32, Boolean) | |