Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CalculatorInterface.php

function CalculatorInterface::toHexadecimal

Converts an Integer instance to a Hexadecimal instance

1 method overrides CalculatorInterface::toHexadecimal()
BrickMathCalculator::toHexadecimal in vendor/ramsey/uuid/src/Math/BrickMathCalculator.php
Converts an Integer instance to a Hexadecimal instance

File

vendor/ramsey/uuid/src/Math/CalculatorInterface.php, line 100

Class

CalculatorInterface
A calculator performs arithmetic operations on numbers

Namespace

Ramsey\Uuid\Math

Code

public function toHexadecimal(IntegerObject $value) : Hexadecimal;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal