Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

maxfloatint (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: constants

Requires: MathScript RT Module

Syntax

c = maxfloatint

Legacy Name: bitmax

Description

Specifies the maximum unsigned floating-point integer. The IEEE standard for floating-point arithmetic defines maxfloatint as 2^53-1.

Examples

Outputs

Name Description
c Returns the maximum unsigned floating-point integer. c is a double-precision, floating-point number.

Examples

A = maxfloatint
S = [0:1:52];
C = A-sum(2.^S)

Related Topics

bitget
bitnot
bitor
bitset
bitshift
bitxor


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit