Table of Contents

Method FSub

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

FSub(Value, Value)

Creates a floating point subtraction operator

public Value FSub(Value lhs, Value rhs)

Parameters

lhs Value

left hand side operand

rhs Value

right hand side operand

Returns

Value

Value for the instruction